經安全檢測,此網站為安全網站,請放心前往原始網址!

Text to speech(TTS)-Android - Stack Overflow

Text to speech is built into Android 1.6+. Here is a simple example of how to do it. TextToSpeech tts = new TextToSpeech(this, this); tts.setLanguage(Locale.US); tts.speak("Text to say aloud", TextToSpeech.QUEUE_ADD, null); More info: http://android-devel

stackoverflow.com

網址安全性掃描由 google 提供