[m1]
[1.1.2] [tts 删除线程切换]
This commit is contained in:
@@ -51,9 +51,7 @@ object VoiceNotice {
|
||||
|
||||
@JvmStatic
|
||||
fun showNotice(listTTS: MutableList<LangTtsEntity>, level: Int) {
|
||||
UiThreadHandler.post {
|
||||
AIAssist.getInstance(AbsMogoApplication.getApp())
|
||||
.speakMultiLangTTSWithLevel(MultiLangTtsEntity(listTTS), level, null)
|
||||
}
|
||||
AIAssist.getInstance(AbsMogoApplication.getApp())
|
||||
.speakMultiLangTTSWithLevel(MultiLangTtsEntity(listTTS), level, null)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user