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
audio: increase threshold for rnnoise
author
yemou
date
1 month ago
(May 12, 2026, 3:23 AM -0400)
commit
2faa1aad
2faa1aad3eab1423527fac4a373b9d39acaaea23
parent
1da8b8d5
1da8b8d59068a1b2b9ebbfbc0dde58f620af30c8
+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 (%)" = 50.0;
33
33
+
"VAD Threshold (%)" = 75.0;
34
34
# "VAD Grace Period (ms)" = 200;
35
35
# "Retroactive VAD Grace (ms)" = 0;
36
36
};