Closed sinmaniphel closed 7 years ago
First solution
Pyttsx (http://pyttsx.readthedocs.io/en/latest/ )
GitHub page : https://github.com/RapidWareTech/pyttsx
existing solutions :
Second solution : Google Text To Speech Based on the Google APP but with some python to make it work
gTTS : https://github.com/pndurette/gTTS
bad points : not working anymore (??? it is still counseled)
Bonus : https://github.com/ramonavaz25/Lexico
Text to speech and speech to text solution
Pyttsx : stuck because of this issue https://github.com/RapidWareTech/pyttsx/issues/31
gTTs: basically a curl wrapper, no added value
$ espeak -s 70 -v fr "Ce que tu entends là c'est Iispiique, facile à installer à potentiellement à utiliser, le rendu est ce qu'il est"
Can be easily installed on a standard distro, easy to parameter, and I suppose that we could put a wrapper around, that would be far more efficient than gTTS
freetts semble mort
https://doc.ubuntu-fr.org/svoxpico
Uses a native Linux library (libpicotts or something alike), can be wrapped in Python quite efficiently, and is the state of the art standard, being used on Android since 1.6
Given that several of our specifications talk about Text To Speech, please provide a series of candidate solutions with the following requirements :