diff --git a/modules/software/audio_video/noise_cancel.nix b/modules/software/audio_video/noise_cancel.nix index 4dd4386..d0bbd2b 100644 --- a/modules/software/audio_video/noise_cancel.nix +++ b/modules/software/audio_video/noise_cancel.nix @@ -12,7 +12,8 @@ "type" = "ladspa"; "name" = "rnnoise"; "plugin" = "${pkgs.rnnoise-plugin}/lib/ladspa/librnnoise_ladspa.so"; - "label" = "noise_suppressor_stereo"; + # mono can be replaced with stereo for double the performance as cost + "label" = "noise_suppressor_mono"; "control" = { "VAD Threshold (%)" = 75.0; };