Possible Duplicate:
Speech to text API for iphone?
Currently, I am developing an App in which I have recorded the voice using AvAudioRecorder.
Its working fine for me but I also want that recorded voice also converted into text & text
save into text field automatically. I am goggling so much but can't succeeded. How can I solve
this? Thanks in advance.
AFAIK Google and Siri and other sound recognition apps like SoundHound do this by uploading the sound to a server which then does all the heavy lifting and returns it to the device as text (or whatever is required).
Even dictation on the iPhone does this.
If you can get that to work on the device I'd be very impressed :D