diff --git a/src/fm95.c b/src/fm95.c index f33b743..052073a 100644 --- a/src/fm95.c +++ b/src/fm95.c @@ -159,7 +159,7 @@ int run_fm95(const FM95_Config config, FM95_Runtime* runtime) { AGC agc; // min max attack release - initAGC(&agc, config.sample_rate, config.agc_target, 0.1f, 2.75f, 0.03f, 0.225f); + initAGC(&agc, config.sample_rate, config.agc_target, 0.1f, 1.75f, 0.03f, 0.225f); int pulse_error;