alpha
Login
or
Join now
yemou.pink
/
nix-configs
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Nix configurations for my homelab
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
rnnoise: adjust threshold
author
yemou
date
1 month ago
(May 13, 2026, 11:18 PM -0400)
commit
79653ae9
79653ae9e32c45ef4ce55572cdd20283677052ad
parent
656e5e7c
656e5e7c6d6ad52affe9515aa30e3695fdb79b0d
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
modules
audio.nix
+1
-1
modules/audio.nix
Reviewed
···
30
30
"plugin" = "librnnoise_ladspa";
31
31
"label" = "noise_suppressor_mono";
32
32
"control" = {
33
33
-
"VAD Threshold (%)" = 75.0;
33
33
+
"VAD Threshold (%)" = 60.0;
34
34
# "VAD Grace Period (ms)" = 200;
35
35
# "Retroactive VAD Grace (ms)" = 0;
36
36
};