0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00
This commit is contained in:
2025-03-01 21:16:11 +01:00
parent 36c1c910a6
commit 3cf6c4ef82

View File

@@ -375,7 +375,7 @@ int main(int argc, char **argv) {
init_lpf(&lpf_r, LPF_CUTOFF, 1.25f, SAMPLE_RATE);
StereoCompressor comp;
init_compressor_stereo(&comp, -2.5f, 20f, 8.0f, 3.0f, 0.02f, 0.4f, 0.015f, SAMPLE_RATE);
init_compressor_stereo(&comp, -2.5f, 20.0f, 8.0f, 3.0f, 0.02f, 0.4f, 0.015f, SAMPLE_RATE);
// #endregion
signal(SIGINT, stop);