pipewire: disable rnnoise voice detection

This commit is contained in:
Leonardo Eugênio 2023-11-07 23:59:18 -03:00
parent a18f2791c2
commit d1a4f1d4f7

View file

@ -17,9 +17,9 @@
plugin = ${pkgs.rnnoise-plugin}/lib/ladspa/librnnoise_ladspa.so plugin = ${pkgs.rnnoise-plugin}/lib/ladspa/librnnoise_ladspa.so
label = noise_suppressor_mono label = noise_suppressor_mono
control = { control = {
"VAD Threshold (%)" 95.0 "VAD Threshold (%)" 0.0
"VAD Grace Period (ms)" 200 "VAD Grace Period (ms)" 0
"Retroactive VAD Grace (ms)" 100 "Retroactive VAD Grace (ms)" 0
} }
} }
] ]