This commit is contained in:
Horis 2022-11-22 12:28:28 +08:00
parent 9a56650183
commit 6add892dea

View File

@ -168,6 +168,11 @@ class TTSReadAloudService : BaseReadAloudService(), TextToSpeech.OnInitListener
}
}
override fun onError(utteranceId: String?, errorCode: Int) {
AppLog.put("tts朗读出错 errorCode:$errorCode")
onDone("")
}
@Deprecated("Deprecated in Java")
override fun onError(s: String) {
//nothing