使用tts接口可以将文字转换为语音,tts接口可以使用不同语速、音调阅读文字。文字转语音对视力不佳的用户来说非常重要。
tts
要在应用中使用tts接口,需要在Manifest的permissions中声明tts权限:
permissions
"permissions": [ "tts" ]