From d1a4f1d4f7803733259b1f9491c011ed772b8c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Tue, 7 Nov 2023 23:59:18 -0300 Subject: [PATCH] pipewire: disable rnnoise voice detection --- user/pipewire.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/user/pipewire.nix b/user/pipewire.nix index 1a3ce2b..8a2c08c 100644 --- a/user/pipewire.nix +++ b/user/pipewire.nix @@ -17,9 +17,9 @@ plugin = ${pkgs.rnnoise-plugin}/lib/ladspa/librnnoise_ladspa.so label = noise_suppressor_mono control = { - "VAD Threshold (%)" 95.0 - "VAD Grace Period (ms)" 200 - "Retroactive VAD Grace (ms)" 100 + "VAD Threshold (%)" 0.0 + "VAD Grace Period (ms)" 0 + "Retroactive VAD Grace (ms)" 0 } } ]