From e90da41e23549bd8bd29ec7c3f3daab7282d20d1 Mon Sep 17 00:00:00 2001
From: j1nx
Date: Tue, 5 Sep 2023 10:40:45 +0000
Subject: [PATCH] [ALL] Updates on default mycroft configuration
---
.../home/ovos/ovos/config/mycroft.conf | 60 +++++++++++++++++++
1 file changed, 60 insertions(+)
diff --git a/buildroot-external/rootfs-overlay/home/ovos/ovos/config/mycroft.conf b/buildroot-external/rootfs-overlay/home/ovos/ovos/config/mycroft.conf
index a88adf97..35f7a9c7 100644
--- a/buildroot-external/rootfs-overlay/home/ovos/ovos/config/mycroft.conf
+++ b/buildroot-external/rootfs-overlay/home/ovos/ovos/config/mycroft.conf
@@ -5,5 +5,65 @@
"skills": {
"wait_for_internet": true
},
+ "gui": {
+ "extension": "smartspeaker",
+ "idle_display_skill": "skill-ovos-homescreen.openvoiceos"
+ },
+ "listener": {
+ "silence_end": 0.5,
+ "recording_timeout": 7,
+ "VAD": {
+ "module": "ovos-vad-plugin-silero"
+ }
+ },
+ "hotwords": {
+ "hey_mycroft": {
+ "module": "ovos-ww-plugin-precise-lite",
+ "model": "https://github.com/OpenVoiceOS/precise-lite-models/raw/master/wakewords/en/hey_mycroft.tflite",
+ "listen": true,
+ "sound": "snd/start_listening.wav",
+ "expected_duration": 3,
+ "trigger_level": 3,
+ "sensitivity": 0.5,
+ "fallback_ww": "hey_mycroft_openwakeword"
+ },
+ "hey_mycroft_openwakeword": {
+ "module": "ovos-ww-plugin-openwakeword",
+ "threshold": 0.4,
+ "fallback_ww": "hey_mycroft_vosk"
+ }
+ },
+ "tts": {
+ "module": "ovos-tts-plugin-mimic3-server",
+ "fallback_module": "ovos-tts-plugin-mimic",
+ "ovos-tts-plugin-mimic3-server": {
+ "voice": "en_UK/apope_low"
+ }
+ },
+ "padatious": {
+ "regex_only": false
+ },
+ "g2p": {
+ "module": "ovos-g2p-plugin-mimic"
+ },
+ "Audio": {
+ "backends": {
+ "OCP": {
+ "type": "ovos_common_play",
+ "manage_external_players": true,
+ "active": true,
+ "youtube_backend": "youtube-dl",
+ "ydl_backend": "auto"
+ },
+ "vlc": {
+ "type": "ovos_vlc",
+ "active": true
+ },
+ "simple": {
+ "type": "ovos_audio_simple",
+ "active": true
+ }
+ }
+ },
"log_level": "DEBUG"
}