feat(easyeffects): replace rnnoise with speex
This commit is contained in:
parent
744522bfc6
commit
d1688507aa
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue