iPhone speech recognition API?

This question already has an answer here:

  • iPhone App › Add voice recognition? [closed] 4 answers

  • The SDK does not support either voice recognition or text to speech. Voice recognition is only available through the Voice control app, and text to speech is only available through the accessibility APIs when accessibility is turned on.


    OpenEars is a really nice Objective-C API for CMU Sphinx. Worth checking out if you want to incorporate CMU Sphinx in your app.


    One could try to bundle poketsphinx speech recognition library from the CMU Sphinx project. It is a open source large vocabulary, speaker-independent continuous speech recognition engine. Chech the README to see how to set up in XCode.

    链接地址: http://www.djcxy.com/p/34344.html

    上一篇: iPhone App>添加语音识别功能?

    下一篇: iPhone语音识别API?