[6.4.0][Feat]新增语音打断的回调
This commit is contained in:
@@ -156,7 +156,7 @@ class IFlyTekTts : IMogoTTS, InitListener {
|
||||
curTtsEntity?.let {
|
||||
val string = it.toString()
|
||||
if (speakVoiceMap.containsKey(string)) {
|
||||
speakVoiceMap.remove(string)
|
||||
speakVoiceMap.remove(string)?.onStopTts(string)
|
||||
}
|
||||
curTtsEntity = null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user