1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-23 07:22:24 +01:00

Change TTS configuration naming

This commit is contained in:
j1nx 2022-02-03 20:58:48 +01:00
parent ef963e4ff3
commit c770d95ff4

View File

@ -31,8 +31,8 @@
} }
}, },
"tts": { "tts": {
"module": "mimic2", "module": "ovos-tts-plugin-mimic2",
"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": "/home/mycroft/.cache/mycroft/preloaded_cache/Mimic2" "preloaded_cache": "/home/mycroft/.cache/mycroft/preloaded_cache/Mimic2"