[6.4.0-hotfix][v2n] 语音播报添加打断状态监听
This commit is contained in:
@@ -167,6 +167,11 @@ class MoGoHmiProvider : IMoGoHmiProvider {
|
||||
super.onSpeakError(speakText, errorMsg)
|
||||
isPlayingTts.set(false)
|
||||
}
|
||||
|
||||
override fun onStopTts(speakText: String?) {
|
||||
super.onStopTts(speakText)
|
||||
isPlayingTts.set(false)
|
||||
}
|
||||
})
|
||||
isPlayingTts.set(true)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user