Compare commits
No commits in common. "16480b3749e25991d40d55c5655d3fe15ee747dc" and "a3cb2c863230a95d4e0b163fb9ab67c0a54be728" have entirely different histories.
16480b3749
...
a3cb2c8632
@ -137,8 +137,6 @@
|
|||||||
yubikey-personalization
|
yubikey-personalization
|
||||||
yubikey-manager
|
yubikey-manager
|
||||||
glibcLocales
|
glibcLocales
|
||||||
ccid
|
|
||||||
libusb-compat-0_1
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# nixpkgs.overlays = [
|
# nixpkgs.overlays = [
|
||||||
|
@ -33,9 +33,9 @@
|
|||||||
filter.graph = {
|
filter.graph = {
|
||||||
nodes = [
|
nodes = [
|
||||||
{
|
{
|
||||||
type = ladspa
|
type = lv2
|
||||||
name = rnnoise
|
name = rnnoise
|
||||||
plugin = "${pkgs.rnnoise-plugin}/lib/ladspa/librnnoise_ladspa.so"
|
plugin = "https://github.com/werman/noise-suppression-for-voice#mono"
|
||||||
label = noise_suppressor_mono
|
label = noise_suppressor_mono
|
||||||
control = {
|
control = {
|
||||||
"VAD Threshold (%)" = 50.0
|
"VAD Threshold (%)" = 50.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user