feat(easyeffects): update config
This commit is contained in:
parent
b19dc7ac7a
commit
91b2b4c5c7
|
@ -14,18 +14,22 @@
|
||||||
plugins_order = [ "rnnoise#0" "speex#0" ];
|
plugins_order = [ "rnnoise#0" "speex#0" ];
|
||||||
"rnnoise#0" = {
|
"rnnoise#0" = {
|
||||||
bypass = false;
|
bypass = false;
|
||||||
|
enable-vad = false;
|
||||||
input-gain = 0.0;
|
input-gain = 0.0;
|
||||||
model-path = "";
|
model-path = "";
|
||||||
output-gain = 0.0;
|
output-gain = 0.0;
|
||||||
|
release = 20.0;
|
||||||
|
vad-thres = 50.0;
|
||||||
|
wet = 0.0;
|
||||||
};
|
};
|
||||||
"speex#0" = {
|
"speex#0" = {
|
||||||
bypass = false;
|
bypass = false;
|
||||||
input-gain = 0.0;
|
|
||||||
output-gain = 0.0;
|
|
||||||
noise-suppression = -70;
|
|
||||||
enable-agc = true;
|
enable-agc = true;
|
||||||
enable-denoise = true;
|
enable-denoise = true;
|
||||||
enable-dereverb = true;
|
enable-dereverb = true;
|
||||||
|
input-gain = 0.0;
|
||||||
|
noise-suppression = -70;
|
||||||
|
output-gain = 0.0;
|
||||||
vad = {
|
vad = {
|
||||||
enable = true;
|
enable = true;
|
||||||
probability-continue = 90;
|
probability-continue = 90;
|
||||||
|
|
Loading…
Reference in a new issue