From c770d95ff4502dae3f66cb068de7d16b61c77de7 Mon Sep 17 00:00:00 2001 From: j1nx Date: Thu, 3 Feb 2022 20:58:48 +0100 Subject: [PATCH] Change TTS configuration naming --- buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf index 4bf8546f..b566e01d 100644 --- a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf +++ b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf @@ -31,8 +31,8 @@ } }, "tts": { - "module": "mimic2", - "mimic2": { + "module": "ovos-tts-plugin-mimic2", + "ovos-tts-plugin-mimic2": { "lang": "en-us", "url": "https://mimic-api.mycroft.ai/synthesize?text=", "preloaded_cache": "/home/mycroft/.cache/mycroft/preloaded_cache/Mimic2"