mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-27 03:23:54 +01:00
i do hate this
This commit is contained in:
@@ -377,7 +377,7 @@ int main(int argc, char **argv) {
|
|||||||
|
|
||||||
StereoCompressor comp;
|
StereoCompressor comp;
|
||||||
// THRESH RATIO KNE MAKE ATT REL RMS
|
// THRESH RATIO KNE MAKE ATT REL RMS
|
||||||
init_compressor_stereo(&comp, -24.0f, 4.0f, 2.0f, 8.0f, 0.025f, 0.4f, 0.04f, SAMPLE_RATE);
|
init_compressor_stereo(&comp, -24.0f, 4.0f, 2.0f, 24.0f, 0.025f, 0.4f, 0.04f, SAMPLE_RATE);
|
||||||
// #endregion
|
// #endregion
|
||||||
|
|
||||||
signal(SIGINT, stop);
|
signal(SIGINT, stop);
|
||||||
|
|||||||
Reference in New Issue
Block a user