iPhone speech recognition API? [duplicate]

戏子无情 提交于 2019-11-27 03:26:18

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!