Nix configurations for my homelab
0

Configure Feed

Select the types of activity you want to include in your feed.

rnnoise: adjust threshold

+1 -1
+1 -1
modules/audio.nix
··· 30 30 "plugin" = "librnnoise_ladspa"; 31 31 "label" = "noise_suppressor_mono"; 32 32 "control" = { 33 - "VAD Threshold (%)" = 75.0; 33 + "VAD Threshold (%)" = 60.0; 34 34 # "VAD Grace Period (ms)" = 200; 35 35 # "Retroactive VAD Grace (ms)" = 0; 36 36 };