我使用的服务是:语音识别
调用的接口是:
参数设置情况:
speechRecognizer = SpeechRecognizer.createSpeechRecognizer(UnityPlayer.currentActivity, new ComponentName(UnityPlayer.currentActivity, VoiceRecognitionService.class));speechRecognizer.setRecognitionListener(instance);
Intent intent = new Intent();speechRecognizer.startListening(intent);
开发平台和机型:
android7.0
SDK版本号:
VoiceRecognition-2.1.20
复现步骤、现象及其他描述:
偶现bug,在正常使用时偶尔会出现,回调onReadyForSpeech之后就不没有任何回调的情况了。日志中没有打印异常或者相关的错误。
收藏
点赞
0
个赞
请登录后评论
TOP
切换版块
ls306196689:
我使用的服务是:语音识别
调用的接口是:
参数设置情况:
speechRecognizer = SpeechRecognizer.createSpeechRecognizer(UnityPlayer.currentActivity, new ComponentName(UnityPlayer.currentActivity, VoiceRecognitionService.class));speechRecognizer.setRecognitionListener(instance);
Intent intent = new Intent();speechRecognizer.startListening(intent);
开发平台和机型:
android7.0
SDK版本号:
VoiceRecognition-2.1.20
复现步骤、现象及其他描述:
偶现bug,在正常使用时偶尔会出现,回调onReadyForSpeech之后就不没有任何回调的情况了。日志中没有打印异常或者相关的错误。
回复ls306196689:请测试下官网2.1版本的demo是否有此问题。 更换机型后是否依旧如此