Hi,
Is it possible with J2ME to use the vocal synthesis (introduced with S60 9.3 FP2) ?
Thanks
Hi,
Is it possible with J2ME to use the vocal synthesis (introduced with S60 9.3 FP2) ?
Thanks
For a phone compatible with JSR 113 :
// Create a synthesizer for the default Locale
Synthesizer synth = (Synthesizer)
EngineManager.createEngine(SynthesizerMode.DEFAULT);
// Load language specific data – can take time
synth.allocate();
// Speak the "Hello world" string
synth.speak("Hello, world!", null);
// Clean up - includes waiting for the queue to empty
synth.deallocate();
http://wiki.forum.nokia.com/index.ph...ion_in_Java_ME
Bye
hi,
can any one help me to find jar file that is responsible for deal with speech to text @text to speech
as iwant to do graduation project (interactive mobile)which ican speak to mobile and mobile respond to my order
ex:
I:write message
mobilek
I:"THIS IS MY SMS"
I:send
mobilek
I:03484840850859
I:Send
mobile:delivered
please,any one help me as soon as possible
thanks in advance