fix: only mono for better performance
This commit is contained in:
parent
075f98232b
commit
c6a4d91a86
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@
|
||||||
"type" = "ladspa";
|
"type" = "ladspa";
|
||||||
"name" = "rnnoise";
|
"name" = "rnnoise";
|
||||||
"plugin" = "${pkgs.rnnoise-plugin}/lib/ladspa/librnnoise_ladspa.so";
|
"plugin" = "${pkgs.rnnoise-plugin}/lib/ladspa/librnnoise_ladspa.so";
|
||||||
"label" = "noise_suppressor_stereo";
|
# mono can be replaced with stereo for double the performance as cost
|
||||||
|
"label" = "noise_suppressor_mono";
|
||||||
"control" = {
|
"control" = {
|
||||||
"VAD Threshold (%)" = 75.0;
|
"VAD Threshold (%)" = 75.0;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue