tags:

views:

556

answers:

2

I have seen many application doing voice recognition on the iphone.

I have already gone through the following questions of stackoverflow: -http://stackoverflow.com/questions/942312/iphone-app-add-voice-recognition -http://stackoverflow.com/questions/1208069/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.

+2  A: 

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.

Michael Sharek
@Michael - Ok I understood that Apple hasn't opened up APIs. Than Any third party developers link can you provide plz?
sugar
@Michael - I am in a little confusion. if Apple hasn't opened up any APIs to access voice controlling features, then how google can?
sugar
They did it themselves, using the technique described in http://stackoverflow.com/questions/942312/iphone-app-add-voice-recognitionAlso you could read this for more on how they did it:http://joelaz.com/post/60338144/google-voice-recognition-voice-search-api
Michael Sharek
Thanks @Michael Sharek.
sugar
+1  A: 

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

Link is dead. What was it?
Brian King