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
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.