Fixed rnoise

This commit is contained in:
2026-05-26 09:44:41 +02:00
parent 8b6bd110c1
commit 305c0c16ba
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -18,9 +18,9 @@ in {
{ {
"type" = "ladspa"; "type" = "ladspa";
"name" = "rnnoise"; "name" = "rnnoise";
"plugin" = "${pkgs.rnnoise-plugin}/lib/ladspa/librnnoise_ladspa.so"; "plugin" = "librnnoise_ladspa";
"label" = "noise_suppressor_stereo"; "label" = "noise_suppressor_stereo";
"control" = {"VAD Threshold (%)" = 70.0;}; "control" = {"VAD Threshold (%)" = 50.0;};
} }
]; ];
}; };
+1
View File
@@ -5,6 +5,7 @@
alsa.support32Bit = true; alsa.support32Bit = true;
jack.enable = true; jack.enable = true;
pulse.enable = true; pulse.enable = true;
extraLadspaPackages = [ pkgs.rnnoise-plugin ];
wireplumber = { wireplumber = {
enable = true; enable = true;