mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-27 03:23:54 +01:00
change setting
This commit is contained in:
@@ -444,7 +444,7 @@ int main(int argc, char **argv) {
|
|||||||
|
|
||||||
AGC agc;
|
AGC agc;
|
||||||
// fs target min max attack release
|
// 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(SIGINT, stop);
|
||||||
signal(SIGTERM, stop);
|
signal(SIGTERM, stop);
|
||||||
|
|||||||
Reference in New Issue
Block a user