From 51112a9b70848e2dd2815d9c0190e96791b4d11d Mon Sep 17 00:00:00 2001 From: j1nx Date: Thu, 5 Jan 2023 09:47:45 +0100 Subject: [PATCH] Re-enable webrtcvad by default --- buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf index cd03e1c7..6d0a7876 100644 --- a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf +++ b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf @@ -23,6 +23,10 @@ "listener": { "mute_during_output": false, "instant_listen": true, + "VAD": { + "module": "ovos-vad-plugin-webrtcvad", + "ovos-vad-plugin-webrtcvad": {"vad_mode": 3} + }, "retry_mic_init" : false }, "hotwords": {