text2speech
text2speech copied to clipboard
Additional open-sourced TTS engines
After implementing Coqui TTS, it might be worth looking into
- MMS: Scaling Speech Technology to 1000+ languages.
-
TensorFlowTTS. Probably need to use
reticulate
, as the examples are written in Python. -
ESPnet. Uses pytorch as a deep learning engine, so again need to use
reticulate
.