fix: only mono for better performance

This commit is contained in:
Ranomier 2025-06-28 01:34:11 +02:00
parent 075f98232b
commit c6a4d91a86

View file

@ -12,7 +12,8 @@
"type" = "ladspa";
"name" = "rnnoise";
"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" = {
"VAD Threshold (%)" = 75.0;
};