update voice to 1.0.8.4

This commit is contained in:
unknown
2020-09-25 18:06:54 +08:00
parent d6c5f8e485
commit afc6a3591a
12 changed files with 24 additions and 2 deletions

View File

@@ -479,6 +479,14 @@ public class AIAssist implements VoiceClient.VoiceCmdCallBack, OnTtsListener {
}
}
/**
* 打断上一条正在播报的语音内容仅在Speech上生效TXZ为空实现
* 语音SDK生效版本从1.0.8.4版本起
*/
public void breakOffSpeak(){
mVoiceClient.breakOffSpeak();
}
public void clearTTSCallback( String text ) {
try {
mSpeakVoiceMap.remove( text );