Android 中的连续语音识别
我用谷歌搜索了一下,发现了来自谷歌的常规语音API。但我认为这不是我需要的。我需要连续的语音识别以及在说出特定单词时启动其他操作的能力。 android sdk中有什么我可以使用的吗?
如果没有:是否可以实现第三方库? (如果是:在实现第三方库时我必须考虑哪些 - 以及什么?)
编辑:我再次考虑了这一点。我必须只识别一个“单词”(这可能不会出现在谷歌语音数据库中)。有机会我记录一下。这意味着,我能够持续将传入的音频流与我的录音进行匹配。这应该可以在没有数据库的情况下工作。但我是 android 开发的新手。您对用于录制和匹配录制内容的 API 有什么建议吗?或者是否有更好的方法来持续等待特定的“单词”发生,然后处理任何进一步的操作?
顺便说一句:如果描述不清楚:应用程序应该继续记录并观察反应完成后再次出现的单词。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,抱歉。
No, sorry.