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]
# 1
C and C++ but it will be hard...good luck
suparenoa at 2007-7-12 18:22:20 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 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.
hooblea at 2007-7-12 18:22:20 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
@hooble:Why is this so? I'm only familiar with the basics of J2ME and I have nearly no knowledge of J2SE/J2EE so please explain in with as much detail as your time permits?
Chargea at 2007-7-12 18:22:20 > top of Java-index,Java Mobility Forums,Java ME Technologies...