sinmaniphel / FeelBot

A social and free (and hands free) Machine Learning experiment
GNU General Public License v3.0
0 stars 0 forks source link

TTS Solution #1

Closed sinmaniphel closed 7 years ago

sinmaniphel commented 7 years ago

Given that several of our specifications talk about Text To Speech, please provide a series of candidate solutions with the following requirements :

Netteiram commented 7 years ago

First solution

Pyttsx (http://pyttsx.readthedocs.io/en/latest/ )

GitHub page : https://github.com/RapidWareTech/pyttsx

Netteiram commented 7 years ago

existing solutions :

Netteiram commented 7 years ago

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)

Netteiram commented 7 years ago

Third Solution : eSpeak

http://espeak.sourceforge.net/

bad points : written in C

Netteiram commented 7 years ago

Bonus : https://github.com/ramonavaz25/Lexico

Text to speech and speech to text solution

Netteiram commented 7 years ago

http://freetts.sourceforge.net/docs/index.php

sinmaniphel commented 7 years ago

Pyttsx : stuck because of this issue https://github.com/RapidWareTech/pyttsx/issues/31

sinmaniphel commented 7 years ago

gTTs: basically a curl wrapper, no added value

sinmaniphel commented 7 years ago

$ 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

sinmaniphel commented 7 years ago

freetts semble mort

sinmaniphel commented 7 years ago

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