[8.4.0]
[科大讯飞没成对调用start和end后重复播放]
This commit is contained in:
@@ -346,6 +346,11 @@ class IFlyTekOfflineTts : IMogoTTS {
|
||||
aiHandle?.let {
|
||||
val ret = AiHelper.getInst().end(it)
|
||||
d(TAG, "AIKit_End:$ret")
|
||||
if(ret==0){
|
||||
realSpeak(content,language)
|
||||
}else{
|
||||
handleErrorEvent("${StringUtils.getString(R.string.module_tts_start_ai_handle_error)}${ret}")
|
||||
}
|
||||
}
|
||||
}
|
||||
aiHandle = null
|
||||
|
||||
Reference in New Issue
Block a user