From 292e3b4ae8a440eb7bfc37c9387b11cd36adff0c Mon Sep 17 00:00:00 2001 From: j1nx Date: Sun, 29 Oct 2023 12:24:49 +0000 Subject: [PATCH] [ALL] Changes to mycroft.conf for TTS and GUI --- .../home/ovos/ovos/config/mycroft.conf | 26 ++++++++++++++----- 1 file changed, 19 insertions(+), 7 deletions(-) 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 eafc45c0..0d7bd50a 100644 --- a/buildroot-external/rootfs-overlay/home/ovos/ovos/config/mycroft.conf +++ b/buildroot-external/rootfs-overlay/home/ovos/ovos/config/mycroft.conf @@ -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": {