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": {