From 003c3cc41ae4c16dc9a97bdeb5c28a97981421af Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Thu, 7 May 2026 17:00:03 -0400 Subject: [PATCH] Fix rnnoise after latest update. --- nix/configuration/roles/sound/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/configuration/roles/sound/default.nix b/nix/configuration/roles/sound/default.nix index 421f0669..f6fdd5f2 100644 --- a/nix/configuration/roles/sound/default.nix +++ b/nix/configuration/roles/sound/default.nix @@ -30,7 +30,7 @@ # If you want to use JACK applications, uncomment this #jack.enable = true; - extraLv2Packages = [ pkgs.rnnoise-plugin ]; + extraLadspaPackages = [ pkgs.rnnoise-plugin.ladspa ]; configPackages = [ (pkgs.writeTextDir "share/pipewire/pipewire.conf.d/99-input-denoising.conf" '' context.modules = [ @@ -43,7 +43,7 @@ { type = ladspa name = rnnoise - plugin = "${pkgs.rnnoise-plugin}/lib/ladspa/librnnoise_ladspa.so" + plugin = "librnnoise_ladspa" label = noise_suppressor_mono control = { "VAD Threshold (%)" = 50.0