java - 使用语音进行生物识别 - Android

标签 java android algorithm voice-recognition biometrics

<分区>

我想创建一个可以识别用户语音并验证用户身份的 Android 应用程序,谁能帮我找到任何库代码或算法?

提前致谢

最佳答案

查看 CsBence 答案。 link

Android does support voice authentication by its own. You can have this feature by using an external library. Several companies offer online voice biometrics, but only a few offers offline.

If you are looking for offline voice authentication look at companies:

They both support multiple platforms.

关于java - 使用语音进行生物识别 - Android,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39771877/

相关文章:

java - 使用一般方法的最佳实践/设计模式

algorithm - 可以在优于 O(n) 的时间内通过纬度/经度计算最近的位置吗?

java - Libgdx减少调用和优化游戏

android - 如何在Android中的字符串中插入新行

android - Android GCM 设备 ID 是否会更改?

python - 这种组合算法的时间复杂度

algorithm - 实现动态位域

java - 向服务器发送大量文本的更好方法?

java - 为什么强制转换 Object[] 数组是错误的?

Java小程序和数据库连接