声纹识别-灵云

声纹识别androidSDK集成官方文档http://www.hcicloud.com
科大讯飞也有声纹识别,但是限制较高,只能通过读数字实现
灵云的声纹识别也有较大限制,对环境的要求比较高,噪声大一点的环境就会影响识别结果而且影响的比较大

声纹识别流程

声纹识别-灵云_第1张图片
声纹识别流程.png

主要接口有三个,具体参数参考官方文档,声纹注册接口

public static boolean Enroll(String capkey, VprConfig enrollConfig, VprEnrollResult enrollResult, String realtime) 

声纹验证的接口

public static boolean Verify(String capkey, VprConfig verifyConfig, String realtime)

声纹识别的接口

public static boolean Identify(String capkey, VprConfig identifyConfig, String realtime)

你可能感兴趣的:(声纹识别-灵云)