Reputation: 24820
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.
Upvotes: 3
Views: 2685
Reputation: 227
If you want to do it using a third party tool for voice recognition, you can visit this link: http://www.voicevault.com/qtech.aspx?q=4
Upvotes: 1
Reputation: 5069
Look again at the answer to this question. Particularly:
Apple has not opened up any APIs to access voice dialing (or any of the other voice controlling features) to third party developers. However, if you want to create your own voice recognition algorithms this can be done.
You need to do it yourself somehow. The other question you linked to has some good suggestions on that.
Upvotes: 3