Right now, I'm trying to develop an application which can read an incoming sms via text to speech system. So, when there's an incoming message, the system reads the message and generates a synthesized speech. Both of them ( the sms reader and the speech synthesizer) are in the same j2me smart phone.
I use phonemes and concatenate them to create a full speech.
Do I have a chance to develop this kind kind of system under j2me?
You'll need MMAPI. Then you'll need samples of commonly used letters or letter groups. Then learn how thery are used together. Then put the sample together into words. Then play the words with the MMAPI.
Well, I developed a simple text to speech with MATLAB. I Recorded my own voice and split them into a small chunk of phonemes, analyzed them and concatenate the into a sentence. Using Matlab is so simple. Just read the WAV files, analized them and voila... a synthesized speech is created.
Thanks DeepSpace...
if any one developed or still developing this kind of system, please don't hesitate to send message to kerak_teloor@yahoo.com or didin.fakhrudin@gmail.com