fix: lower threshold for noise supression
This commit is contained in:
parent
13567d5ffd
commit
dcf8eef18f
|
@ -172,7 +172,7 @@
|
|||
plugin = ${pkgs.rnnoise-plugin}/lib/ladspa/librnnoise_ladspa.so
|
||||
label = noise_suppressor_mono
|
||||
control = {
|
||||
"VAD Threshold (%)" = 75.0
|
||||
"VAD Threshold (%)" = 20.0
|
||||
"VAD Grace Period (ms)" = 300
|
||||
"Retroactive VAD Grace (ms)" = 0
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue