fix: lower threshold for noise supression

This commit is contained in:
Alexandre Cavalheiro 2023-11-14 09:47:46 -03:00
parent 13567d5ffd
commit dcf8eef18f
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -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
}