I have seen many application doing voice recognition on the iphone.
I have already gone through the following questions of stackoverflow:
–iPhone App › Add voice recognition?
–can we do voice calling in the iphone?
However I couldn’t find sufficient knowledge.
I have to develop an application which should have following functionality:
=>Store list of students in database => i can do
=>Retrieve in to tableView => i can do
=>Find student by voice recognition => dont know how?**
I don’t know how to do the voice recognition part, can you guide me to correct way?
How to record a voice & search student accordingly?
Thanks in advance.
Look again at the answer to this question. Particularly:
You need to do it yourself somehow.
The other question you linked to has some good suggestions on that.