Voice recognizer or speech recognition that keeps listening to user's “input”

こ雲淡風輕ζ 提交于 2019-12-13 12:51:22

问题


Recently in past, I have jumped into iOS app development. I am onto conceptualizing an idea.

Does anyone knows about some service/class for voice recognizer or speech recognition that keeps listening to user's "input" in the background while you are on your App screen.

"input" in the sense of some speech/voice, Some words like "Go", "Wait")

As per my homework, I know there's NSSpeechSynthesizer and NSSpeechRecognizer available on mac, but not for ios.

Any pointers are highly appreciated.


回答1:


OpenEars is an excellent option: http://www.politepix.com/openears/

You can create a custom list of words to listen for in your app and when recognized there are some convenient callbacks that provide the word and accuracy level at which it was identified.

You can also take a look at Nuance: http://www.nuancemobiledeveloper.com/public/index.php?task=home

From my experience if you are looking to identify key words open ears is a better solution, if you need to transcribe a paragraph nuance has the advantage.



来源:https://stackoverflow.com/questions/16788507/voice-recognizer-or-speech-recognition-that-keeps-listening-to-users-input

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