简体   繁体   English

Android:是否可以将语音识别限制为单个用户?

[英]Android:Is it possible to restrict voice recognition to single user?

I am new to android development. 我是android开发的新手。 I am trying to develop a app which able to recognize the voice and take action only if input voice is of a specific person. 我正在尝试开发一个应用程序,该应用程序只能在输入语音来自特定人的情况下,才能识别语音并采取措施。 Is is possible to in android?If Yes which android services I need to use and how? 是否可以在android中?如果是,我需要使用哪些android服务以及如何使用?

Practically, this is an insanely difficult thing to do. 实际上,这是一件非常困难的事情。 Voice signals are sharp and chaotic and being able to recognize words is a feat in itself. 语音信号尖锐而混乱,能够识别单词本身就是一项壮举。

If you want to get into it you can always start with the android systems built in api: http://developer.android.com/reference/android/speech/package-summary.html 如果您想使用它,可以随时从内置api的android系统开始: http : //developer.android.com/reference/android/speech/package-summary.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM