pipewire: disable rnnoise voice detection
This commit is contained in:
parent
a18f2791c2
commit
d1a4f1d4f7
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue