Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以说比getMaxSpeechInputLength()使用 Android TTS 更好的文本?目前,我正在通过将文本分成几部分并将它们放入一个数组来讲述文本,但这不是最好的方式,会有延迟。
getMaxSpeechInputLength()
请问有什么想法吗?
我正在使用 synthesizeToFile 方法并在 MediaPlayer 中播放音频。我认为这是最简单的方法