MS SAPI sdk equivalent on OSX

偶尔善良 提交于 2019-12-11 04:25:18

问题


I'm looking for an SDK that would allow me to have speech recognition on a OSX application.

I already have a working code for windows using sapi, to get speech recognition info from an audio file, and i would like to see how to do this in osx since something like SAPI is not available.

Thanks!


回答1:


The OS X equivalent is the Speech Recognition service:

http://developer.apple.com/library/mac/#documentation/cocoa/conceptual/speech/Articles/RecognizeSpeech.html#//apple_ref/doc/uid/20002081-BCIHEBFH

Note that the Speech Recognition service is limited to listening for predefined command phrases. It cannot be used for dictation.



来源:https://stackoverflow.com/questions/8073695/ms-sapi-sdk-equivalent-on-osx

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