安卓 TextToSpeech: speak failed: not bound to TTS engine
摘要:关于语音播报一段时间没有使用系统返回 speak failed: not bound to TTS engine 错误解决办法 通过textToSpeech?.speak 返回参数判断播放是否成功如果返回-1需要重新实例化TextToSpeech。 完整代码: SystemTTS package c
阅读全文
posted @ 2021-04-22 14:06