android:如何使用语音锁定设备
我是安卓新手。我正在尝试使用语音锁定设备。我用媒体录音机录制了声音,但现在如何用这个声音锁定手机?请任何想法。
I am new to android. I am trying to lock the device using voice . I recorded the voice with media recorder but now How I lock the phone with this voice ? plz any idea.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有趣,但你可能需要做更多的工作,而不仅仅是在这里猜测。快速集思广益:
可能会将其转发到可以进行语音转文本的服务器(谷歌有一些东西),然后应用程序尝试识别响应文本是否符合“锁定”标准。如果是,则广播“锁定”事件。
这在很大程度上取决于语音到文本部分的完成程度,否则,请沿着这些思路进行探索。
Interesting, but u need to probably do more work that mere speculation here. A quick brainstorm:
probably forward this to a server that can do speech-to-text (Google has something), then yo app tries to recognize whether the response text matches the "lock" criteria. If it does, then broadcast the "lock" event.
This heavily depends on how good the speech-to-text part is done, otherwise, explore along those lines.