From c8e3b9a9a34e4d44da4231d2175737919826e1e2 Mon Sep 17 00:00:00 2001 From: j1nx Date: Wed, 8 Jun 2022 10:52:31 +0200 Subject: [PATCH] Make webrtcvad a little bit less agressive --- buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf index fbf8c7fb..629baedc 100644 --- a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf +++ b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf @@ -24,7 +24,7 @@ "instant_listen": true, "VAD": { "module": "ovos-vad-plugin-webrtcvad", - "ovos-vad-plugin-webrtcvad": {"vad_mode": 3} + "ovos-vad-plugin-webrtcvad": {"vad_mode": 2} } }, "tts": {