Fix TTS cache path in conf

This commit is contained in:
j1nx 2022-03-12 15:40:30 +01:00
parent b3a863f96b
commit 27a0263f90
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}
},