Android自帶語音播報TextToSpeech功能開發記錄

//語音播報 private TextToSpeech textToSpeech = null; //初始化ide textToSpeech = new TextToSpeech(this, status -> { if (status == textToSpeech.SUCCESS) { textToSpeech.setLanguage(Locale.CHINESE);
相關文章
相關標籤/搜索