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.
www.google.com.tw