Dear All, Can we capture the voice through a MIDP application. I mean say if the user says 'Hello' to the mouth piece, can we get it as an input to the MIDlet. Thanks a lot. Regards
SCJP 1.4, SCMAD 1.0<br />SCWCD, SCBCD (in progress)
Yes ... maybe you can capture using MMAPI 1.1 RecordControl and "capture://audio", but will depend on the particular device. Check java.sun.com/products/mmapi
No ... there is no J2ME API for voice recognition as far as I know.
There is the Java Speech API but it�s not (nor has been ported) for J2ME