Continuous Speechrecognition in Android

﹥>﹥吖頭↗ 提交于 2019-11-28 05:01:30

问题


I googled around and found the regular speech-api from google. But I think this isn't what I need. I need continious voice recognition and the ability to launch other actions when a specific word is spoken. Is there anything in the android sdk that I can use?

If not: Is it possible to implement third-party libraries? (If yes: which - and what do I have to think about when implement a third-party-library?)

Edit: I thought about this again. I have to recognize just one 'word' (that probably won't be in googles-speech-databases). I have the chance to record it. That means, I'm able to continiously match the incoming audio-stream against my recording. That should work without a database. But I'm new to android-development. Do you have suggestions for APIs to use for recording and matching the recorded? Or is there any better way to continiously wait for a specifig 'word' to occur and then process any further actions?

btw: if that wasn't clear described: the app should continue to record and watch for the word to occure again when the reaction is done.


回答1:


Is there anything in the android sdk that I can use?

No, sorry.



来源:https://stackoverflow.com/questions/6027466/continuous-speechrecognition-in-android

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