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.
我正在制作一个在点击句子时阅读句子的应用程序,所以我使用 TTS 阅读它们。问题是声音不是那么清晰,有没有办法改变它?或者让它读起来更慢?
使用功能setSpeechRate使语音更快。
setSpeechRate
1.0 是正常语速,较低的值会减慢语音(0.5 是正常语速的一半),较大的值会加速(2.0 是正常语速的两倍)。