Fix TTS cache path in conf
This commit is contained in:
parent
b3a863f96b
commit
27a0263f90
|
@ -40,7 +40,7 @@
|
||||||
"ovos-tts-plugin-mimic2": {
|
"ovos-tts-plugin-mimic2": {
|
||||||
"lang": "en-us",
|
"lang": "en-us",
|
||||||
"url": "https://mimic-api.mycroft.ai/synthesize?text=",
|
"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"
|
"fallback_module": "ovos-tts-plugin-mimic"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue