From 27a0263f90949670ff2b64f9beaab8234b793aec Mon Sep 17 00:00:00 2001 From: j1nx Date: Sat, 12 Mar 2022 15:40:30 +0100 Subject: [PATCH] Fix TTS cache path in conf --- buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf index 8f97e720..9158a457 100644 --- a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf +++ b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf @@ -40,7 +40,7 @@ "ovos-tts-plugin-mimic2": { "lang": "en-us", "url": "https://mimic-api.mycroft.ai/synthesize?text=", - "preloaded_cache": "/usr/share/mycroft/Mimic2TTSPlugin/kusal/en-us", + "preloaded_cache": "/usr/share/mycroft/Mimic2TTSPlugin/default/en-us", "fallback_module": "ovos-tts-plugin-mimic" } },