Android自带语音播报

  import android.speech.tts.TextToSpeech; tts = new TextToSpeech(this, new TextToSpeech.OnInitListener() { @Override public void onInit(int status) { //初始化成功的话,设置语音 if (statu
相关文章
相关标签/搜索