How can you read data, i.e. convert simple text strings to voice (speech) in Android?
Is there an API where I can do something like this:
TextToVoice
A good working example of tts usage can be found in the "Pro Android 2 book". Have a look at their source code for chapter 15.