From f06e6805ab8f4d2fac3512b1fbf547d3a4123871 Mon Sep 17 00:00:00 2001
From: j1nx
Date: Sun, 22 May 2022 19:36:57 +0200
Subject: [PATCH] Make webrtcvad the default plugin for ovos-core
---
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 839b2ad2..9870f45f 100644
--- a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf
+++ b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf
@@ -22,6 +22,10 @@
"listener": {
"mute_during_output": false,
"instant_listen": true
+ "VAD":{
+ "module": "ovos-vad-plugin-webrtcvad",
+ "ovos-vad-plugin-webrtcvad": {"vad_mode": 3}
+ }
},
"tts": {
"module": "ovos-tts-plugin-mimic2",