feat(pipewire): use stereso for rnnoise, not mono.

This commit is contained in:
CronyAkatsuki 2025-11-30 11:54:25 +01:00
parent 4db38edcb6
commit c2338e075a

View file

@ -26,7 +26,7 @@ in {
type = "ladspa";
name = "rnnoise";
plugin = "${rnnoise-plugin}/lib/ladspa/librnnoise_ladspa.so";
label = "noise_suppressor_mono";
label = "noise_suppressor_stereo";
control = {
"VAD Threshold (%)" = 80.0;
"VAD Grace Period (ms)" = 200;