MycroftAI / mimic2

Text to Speech engine based on the Tacotron architecture, initially implemented by Keith Ito.
Apache License 2.0
581 stars 103 forks source link

TTS-Cube #37

Open alokprasad opened 4 years ago

alokprasad commented 4 years ago

What is the inference time of Tacotron model used in mimic2 in low footprint devices such as rasperry pi for say 10sec of audio? Looks like there is another TTS TTS_cube which seems much simpler https://tiberiu44.github.io/TTS-Cube/ can we explore this for MyCroft

el-tocino commented 4 years ago

mycroft-core can use other TTS engines already. Look here: https://github.com/MycroftAI/mycroft-core/tree/dev/mycroft/tts and you can probably find one that can be easily tweaked for a ttscube instance.