Compare commits

...

2 Commits

Author SHA1 Message Date
Tom Alexander
16480b3749
Switch to ladspa. 2025-01-09 21:32:37 -05:00
Tom Alexander
0d3901788d
Installing ccid and libusb-compat does not fix it. 2025-01-09 19:04:44 -05:00
2 changed files with 4 additions and 2 deletions

View File

@ -137,6 +137,8 @@
yubikey-personalization yubikey-personalization
yubikey-manager yubikey-manager
glibcLocales glibcLocales
ccid
libusb-compat-0_1
]; ];
# nixpkgs.overlays = [ # nixpkgs.overlays = [

View File

@ -33,9 +33,9 @@
filter.graph = { filter.graph = {
nodes = [ nodes = [
{ {
type = lv2 type = ladspa
name = rnnoise name = rnnoise
plugin = "https://github.com/werman/noise-suppression-for-voice#mono" plugin = "${pkgs.rnnoise-plugin}/lib/ladspa/librnnoise_ladspa.so"
label = noise_suppressor_mono label = noise_suppressor_mono
control = { control = {
"VAD Threshold (%)" = 50.0 "VAD Threshold (%)" = 50.0