Fixed rnoise
This commit is contained in:
@@ -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;};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user