my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

{nixos,home}/pipewire: fix rnnoise

isabel 4c6539cd 2aaceea5

+3 -1
+1 -1
home/isabel/services/rnnoise.nix
··· 21 21 { 22 22 "type" = "ladspa"; 23 23 "name" = "rnnoise"; 24 - "plugin" = "${pkgs.rnnoise-plugin}/lib/ladspa/librnnoise_ladspa.so"; 24 + "plugin" = "librnnoise_ladspa"; 25 25 "label" = "noise_suppressor_stereo"; 26 26 "control" = { 27 27 "VAD Threshold (%)" = 60.0;
+2
modules/nixos/hardware/media/sound.nix
··· 30 30 support32Bit = isx86Linux pkgs; 31 31 }; 32 32 33 + extraLadspaPackages = [ pkgs.rnnoise-plugin ]; 34 + 33 35 extraConfig.pipewire = { 34 36 "10-loopback" = { 35 37 "context.modules" = [