0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-27 11:33:54 +01:00

again, small changes

This commit is contained in:
2025-03-02 09:27:52 +01:00
parent 1d2bedb06b
commit 0c28cde0c4

View File

@@ -376,7 +376,7 @@ int main(int argc, char **argv) {
init_lpf(&lpf_r, LPF_CUTOFF, 1.25f, SAMPLE_RATE); init_lpf(&lpf_r, LPF_CUTOFF, 1.25f, SAMPLE_RATE);
StereoCompressor comp; StereoCompressor comp;
init_compressor_stereo(&comp, -2.0f, 24.0f, 2.0f, 0.0f, 0.025f, 0.4f, 0.04f, SAMPLE_RATE); init_compressor_stereo(&comp, -2.0f, 8.0f, 2.0f, 4.0f, 0.025f, 0.4f, 0.04f, SAMPLE_RATE);
// #endregion // #endregion
signal(SIGINT, stop); signal(SIGINT, stop);