Android自带语音播报TextToSpeech功能开发记录

//语音播报 private TextToSpeech textToSpeech = null; //初始化ide textToSpeech = new TextToSpeech(this, status -> { if (status == textToSpeech.SUCCESS) { textToSpeech.setLanguage(Locale.CHINESE);
相关文章
相关标签/搜索