From 3cf6c4ef82429afd3debb4c9372b5b9e2a15640b Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sat, 1 Mar 2025 21:16:11 +0100 Subject: [PATCH] oops --- src/fm95.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fm95.c b/src/fm95.c index daec976..1df2368 100644 --- a/src/fm95.c +++ b/src/fm95.c @@ -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);