diff --git a/modules/linux/home-manager/pipewire.nix b/modules/linux/home-manager/pipewire.nix index a846efd..81f0577 100644 --- a/modules/linux/home-manager/pipewire.nix +++ b/modules/linux/home-manager/pipewire.nix @@ -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;