We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new Handler().postDelayed(new Runnable() { @Override public void run() { Log.e("MainActivity","startTTS 1"); TTSManager.getInstance().startSpeaking("北京时间十三点五十九分"); } },5000); new Handler().postDelayed(new Runnable() { @Override public void run() { Log.e("MainActivity","startTTS 2"); boolean speaking = TTSManager.getInstance().isSpeaking(); Log.e("MainActivity","speaking :"+speaking); TTSManager.getInstance().stopSpeaking(); TTSManager.getInstance().startSpeaking("十点零五分"); } },10000);
第二条就不会念
The text was updated successfully, but these errors were encountered:
没遇到这种情况,看看有没有报错日志
Sorry, something went wrong.
没有报错。并且必现。换了几个设备都是
No branches or pull requests
第二条就不会念
The text was updated successfully, but these errors were encountered: