From d1688507aa8051c9e0a1cf59ab8ff758f80ee1eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Wed, 31 May 2023 18:04:42 +0200 Subject: [PATCH] feat(easyeffects): replace rnnoise with speex --- home/services/easyeffects.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/services/easyeffects.nix b/home/services/easyeffects.nix index a2abfa1..411d050 100644 --- a/home/services/easyeffects.nix +++ b/home/services/easyeffects.nix @@ -80,12 +80,12 @@ stereo-link = 100.0; threshold = 0.0; }; - plugins_order = [ "gate" "compressor" "rnnoise" "limiter" ]; - rnnoise = { + plugins_order = [ "gate" "compressor" "speex" "limiter" ]; + speex = { bypass = false; input-gain = 0.0; - model-path = ""; output-gain = 0.0; + noise-suppression = -15.0; }; }; };