From 8050fb28e2f0b0915e441021e2139699e1750ef5 Mon Sep 17 00:00:00 2001 From: builderjer Date: Sat, 4 Nov 2023 22:32:44 -0600 Subject: [PATCH 1/2] removed deprecated mimic3 --- ovos_config/mycroft.conf | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/ovos_config/mycroft.conf b/ovos_config/mycroft.conf index 16a3381..d641314 100644 --- a/ovos_config/mycroft.conf +++ b/ovos_config/mycroft.conf @@ -607,7 +607,7 @@ "pulse_duck": false, // ovos tts server piper public servers by default, alan pope voice "module": "ovos-tts-plugin-server", - "fallback_module": "ovos-tts-plugin-mimic3-server", + "fallback_module": "ovos-tts-plugin-mimic", "ovos-tts-plugin-mimic": { "voice": "ap", // Add every new synth to the persistent cache (not cleared) @@ -619,17 +619,6 @@ "min_free_percent": 75, // How many times a utterance must be seen in order to be added to persistent cache "persist_thresh": 1 - }, - "ovos-tts-plugin-mimic3-server": { - // Add every new synth to the persistent cache (not cleared) - "persist_cache": false, - // Path to the persistent cached files, default will be $XDG_DATA_DIRS/mycroft/Mimic3ServerTTSPlugin - // (or respective TTS name) - "preloaded_cache": "", - // Curate the /tmp/tts cache if disk usage is above min % - "min_free_percent": 75, - // How many times a utterance must be seen in order to be added to persistent cache - "persist_thresh": 1 } }, From caf6a7e27ff228beb58060a044fcb9e8a7d4c8d7 Mon Sep 17 00:00:00 2001 From: builderjer <34875857+builderjer@users.noreply.github.com> Date: Sun, 5 Nov 2023 00:00:39 -0600 Subject: [PATCH 2/2] Update mycroft.conf Changed TTS fallback_module to "" --- ovos_config/mycroft.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovos_config/mycroft.conf b/ovos_config/mycroft.conf index d641314..c92e09c 100644 --- a/ovos_config/mycroft.conf +++ b/ovos_config/mycroft.conf @@ -607,7 +607,7 @@ "pulse_duck": false, // ovos tts server piper public servers by default, alan pope voice "module": "ovos-tts-plugin-server", - "fallback_module": "ovos-tts-plugin-mimic", + "fallback_module": "", "ovos-tts-plugin-mimic": { "voice": "ap", // Add every new synth to the persistent cache (not cleared)