feat(easyeffects): replace rnnoise with speex

This commit is contained in:
Felix Schröter 2023-05-31 18:04:42 +02:00
parent 744522bfc6
commit d1688507aa
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -80,12 +80,12 @@
stereo-link = 100.0; stereo-link = 100.0;
threshold = 0.0; threshold = 0.0;
}; };
plugins_order = [ "gate" "compressor" "rnnoise" "limiter" ]; plugins_order = [ "gate" "compressor" "speex" "limiter" ];
rnnoise = { speex = {
bypass = false; bypass = false;
input-gain = 0.0; input-gain = 0.0;
model-path = "";
output-gain = 0.0; output-gain = 0.0;
noise-suppression = -15.0;
}; };
}; };
}; };