vote up 0 vote down star
1

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.

flag

1  
What are the previous SO answers lacking? – ceejayoz Aug 6 at 16:55
1  
We all know that the iPhone has Voice Recognition ... we don't need videos to prove it.. – Chacha102 Aug 6 at 16:55
@Chacha - ok i am removing links @ceejayoz - ok, lacking sample code or any other suggestion that can be helpful to develop application. – sagar Aug 6 at 16:57
1  
There we go, all nice a formatted. – Chacha102 Aug 6 at 17:00

2 Answers

vote up 2 vote down check

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.

link|flag
@Michael - Ok I understood that Apple hasn't opened up APIs. Than Any third party developers link can you provide plz? – sagar Aug 6 at 16:59
@Michael - I am in a little confusion. if Apple hasn't opened up any APIs to access voice controlling features, then how google can? – sagar Aug 6 at 17:26
1  
They did it themselves, using the technique described in stackoverflow.com/questions/942312/… Also you could read this for more on how they did it: joelaz.com/post/60338144/… – Michael Sharek Aug 6 at 17:29
Thanks @Michael Sharek. – sagar Aug 6 at 17:39
vote up 1 vote down

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|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.