ritwik12 / Virtual-Assistant

A linux based Virtual assistant on Artificial Intelligence in C
GNU General Public License v3.0
130 stars 95 forks source link

Text to speech #12

Open ritwik12 opened 6 years ago

ritwik12 commented 6 years ago

Right now we are using GNUstep speech engine for text to speech. But it is not that good and we can use something better like eSpeak or festival. Suggestions are welcomed.

dossalab commented 6 years ago

Google WaveNet TTS looks super-promising and provide almost "real" human speech, check it out: https://cloud.google.com/text-to-speech/docs/wavenet But you can't use it without internet. Probably if somebody interested I can write small C wrapper for it and test it in Assistant

ritwik12 commented 6 years ago

@dossalab That's awesome, I checked it. There is no problem with Internet requirement as most of the features require Internet. It will be great if you can do it.