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";
"name" = "rnnoise";
"plugin" = "${pkgs.rnnoise-plugin}/lib/ladspa/librnnoise_ladspa.so";
"plugin" = "librnnoise_ladspa";
"label" = "noise_suppressor_stereo";
"control" = {"VAD Threshold (%)" = 70.0;};
"control" = {"VAD Threshold (%)" = 50.0;};
}
];
};