From 002661914e0eba3b6c1d1f88566bac2ff9dc87f6 Mon Sep 17 00:00:00 2001 From: j1nx Date: Fri, 30 Dec 2022 12:40:42 +0100 Subject: [PATCH] mycroft default configuration changes. - Do not use Vosk for "wake up" by default - No VAD configured by default. Let the user choose it on the platform it supports. - Set autogen_meta to false to prevent writing json settings in non writable path. --- .../rootfs-overlay/etc/mycroft/mycroft.conf | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf index bad8aa64..3d7187cf 100644 --- a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf +++ b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf @@ -14,10 +14,6 @@ "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": { @@ -27,15 +23,6 @@ "sensitivity": 0.5, "trigger_level": 3, "expected_duration": 3 - }, - "wake_up": { - "module": "ovos-ww-plugin-vosk", - "rule": "equals", - "samples": [ - "wake up" - ], - // wakeupwords are only used in SLEEPING mode - "wakeup": true } }, "tts": { @@ -46,7 +33,8 @@ } }, "skills": { - "wait_for_internet": true + "wait_for_internet": true, + "autogen_meta": false }, "Audio": { "backends": {