[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
},
"gui": {
"extension": "smartspeaker",
"idle_display_skill": "skill-ovos-homescreen.openvoiceos"
"extension": "ovos-gui-plugin-shell-companion",
"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": {
"silence_end": 0.5,
"recording_timeout": 7,
"VAD": {
"module": "ovos-vad-plugin-silero"
}
"module": "ovos-vad-plugin-silero",
"ovos-vad-plugin-silero": {"threshold": 0.2}
},
"remove_silence": true
},
"hotwords": {
"hey_mycroft": {
@ -39,10 +48,13 @@
}
},
"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",
"ovos-tts-plugin-mimic3-server": {
"voice": "en_UK/apope_low"
"ovos-tts-plugin-mimic": {
"voice": "ap"
}
},
"padatious": {