diff --git a/ovos_config/mycroft.conf b/ovos_config/mycroft.conf index 16a3381..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-mimic3-server", + "fallback_module": "", "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 } },