Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一个可以让我在 OSX 应用程序上进行语音识别的 SDK。
我已经有一个使用 sapi 的 windows 工作代码,用于从音频文件中获取语音识别信息,我想看看如何在 osx 中执行此操作,因为 SAPI 之类的东西不可用。
谢谢!
OS X 等价物是语音识别服务:
http://developer.apple.com/library/mac/#documentation/cocoa/conceptual/speech/Articles/RecognizeSpeech.html#//apple_ref/doc/uid/20002081-BCIHEBFH
请注意,语音识别服务仅限于侦听预定义的命令短语。它不能用于听写。