text to speech conversion in j2me?
Hi All,I wanted to create an application which converts the text messages into speech in j2me?Is it possible to do so in j2me ?Please guide me on this?How should i proceed for this .Any link or ebook will be very usefulThanks in advanceSagar
[269 byte] By [
sagar123a] at [2007-11-27 6:48:50]

# 2
The only realistic way I see of doing this, is uploading text to a remote server, and downloading the result. It's pretty easy to do text-to-speech in J2SE/J2EE, so all you need to do is have a servlet generate a .wav(whatever format is needed) file, and return it to the phone.