0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00

change setting

This commit is contained in:
2025-05-30 18:03:18 +02:00
parent 1d70e3fd06
commit ffcbc4b0c0

View File

@@ -444,7 +444,7 @@ int main(int argc, char **argv) {
AGC agc;
// fs target min max attack release
initAGC(&agc, sample_rate, 0.7071f, 0.0f, 1.5f, 0.05f, 0.25f);
initAGC(&agc, sample_rate, 0.625f, 0.0f, 1.5f, 0.05f, 0.25f);
signal(SIGINT, stop);
signal(SIGTERM, stop);