Home » Posts tagged with "Text to Speech"
Text to Speech for the Google OS, Android (Updated)
Text to Speech in Android
Version of android executed in: 1.6rc2 in Windows
TOOLS we used:
Eclipse and Android library 1.6rc2
How it works:
1. In android 1.6rc2 the text to speech library is built in called android.speech.tts, here is link for the information http://developer.android.com/reference/android/speech/tts/TextToSpeech.html
2. Here is the code
package com.android;
import java.util.Locale;
import...