views:

69

answers:

1

Hello,

Is the voice recogniiton a part of iPhone Audio? I want to build a sample code on voice recognition for iPhone. How to get started? please give me some idea. any documents in iPhone app developers which says about voice recognition programming?

Thank you,

+1  A: 

There are no native voice recognition libraries/API accessible from the iPhone SDK that I know of. However, you could try looking into some third-party API's such as CMU Sphinx or Sensory

See this related question for more information.

Justin L.
NSSpeechRecognizer is not available on iOS.
Noah Witherspoon
@Noah thanks; I just stumbled onto that page and wanted to give a heads-up just in case. but thank you for confirming it away
Justin L.