feat(easyeffects): update config

This commit is contained in:
Felix Schröter 2024-03-07 20:07:42 +01:00
parent b19dc7ac7a
commit 91b2b4c5c7
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -14,18 +14,22 @@
plugins_order = [ "rnnoise#0" "speex#0" ];
"rnnoise#0" = {
bypass = false;
enable-vad = false;
input-gain = 0.0;
model-path = "";
output-gain = 0.0;
release = 20.0;
vad-thres = 50.0;
wet = 0.0;
};
"speex#0" = {
bypass = false;
input-gain = 0.0;
output-gain = 0.0;
noise-suppression = -70;
enable-agc = true;
enable-denoise = true;
enable-dereverb = true;
input-gain = 0.0;
noise-suppression = -70;
output-gain = 0.0;
vad = {
enable = true;
probability-continue = 90;