Android speech - how can you read text in Android?

Posted by Soni Ali on Stack Overflow See other posts from Stack Overflow or by Soni Ali
Published on 2009-07-21T18:25:57Z Indexed on 2010/03/13 12:45 UTC
Read the original article Hit count: 287

Filed under:
|

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 speaker = new TextToVoice();
speaker.Speak("Hello World");

© Stack Overflow or respective owner

Related posts about android

Related posts about text-to-speech