Search code examples
pythonpython-3.xtext-to-speechspeech-synthesis

Is there a good Text-to-Speech (TTS) solution for python3?


Does someone know a good speech synthesizer for Python 3 on Linux?

I tried the espeak bindings but they are only for Python 2.6/2.7...

Thanks


Solution

  • The most common one I've seen is pyTTS, which stands for Python Text to Speech (no surprise there). You can get it from pyPi.