Android 中的连续语音识别

发布于 2024-11-07 12:39:23 字数 410 浏览 2 评论 0原文

我用谷歌搜索了一下,发现了来自谷歌的常规语音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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

痴情 2024-11-14 12:39:23

android sdk 中有什么我可以使用的吗?

不,抱歉。

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

No, sorry.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文