[ALL] Changes to mycroft.conf for TTS and GUI

This commit is contained in:
j1nx 2023-10-29 12:24:49 +00:00
parent f5afcc2c2a
commit 292e3b4ae8
1 changed files with 19 additions and 7 deletions

View File

@ -11,15 +11,24 @@
"wait_for_internet": true "wait_for_internet": true
}, },
"gui": { "gui": {
"extension": "smartspeaker", "extension": "ovos-gui-plugin-shell-companion",
"idle_display_skill": "skill-ovos-homescreen.openvoiceos" "idle_display_skill": "skill-ovos-homescreen.openvoiceos",
"generic": {
"homescreen_supported": true
},
"gui_file_host_path": "/home/ovos/.cache/gui_files"
},
"websocket": {
"max_msg_size": 100
}, },
"listener": { "listener": {
"silence_end": 0.5, "silence_end": 0.5,
"recording_timeout": 7, "recording_timeout": 7,
"VAD": { "VAD": {
"module": "ovos-vad-plugin-silero" "module": "ovos-vad-plugin-silero",
} "ovos-vad-plugin-silero": {"threshold": 0.2}
},
"remove_silence": true
}, },
"hotwords": { "hotwords": {
"hey_mycroft": { "hey_mycroft": {
@ -39,10 +48,13 @@
} }
}, },
"tts": { "tts": {
"module": "ovos-tts-plugin-mimic3-server", "module": "ovos-tts-plugin-server",
"ovos-tts-plugin-piper": {
"model": "alan_low"
},
"fallback_module": "ovos-tts-plugin-mimic", "fallback_module": "ovos-tts-plugin-mimic",
"ovos-tts-plugin-mimic3-server": { "ovos-tts-plugin-mimic": {
"voice": "en_UK/apope_low" "voice": "ap"
} }
}, },
"padatious": { "padatious": {