Embedded processor for text to speech (TTS)

Thread Starter

navarromoral

Joined Jul 12, 2015
1
Hello!!

I am trying to design an embedded system with text to speech for blind people. The system can't use Linux or any "heavy" operating system because it should boot as quick as possible. My question is if someone knows a package for TTS in embedded devices. I have found flite, but I want to know if there is a better alternative.

Thank you in advanced!
Santi
 

pwdixon

Joined Oct 11, 2012
488
There is a project on github for an arduino based text to speech library.
There are also text to speech arduino shields available that use text to speech chips.
Everything sounds very robotic though. Search on google.
Alternatively you could record and playback phrases using wav files pretty easily if you have set phrases.
 
Top