I'm currently working an app that can able to read the text (i.e the text shoud play as a sound) which i given in a txt file. Is it possible in android ?
Asked
Active
Viewed 412 times
-5
-
You want to google `text-to-speech` – keyser Feb 13 '13 at 16:47
2 Answers
1
In android there is a dedicated API for TextToSpeech (TTS in short) functionality. You can easily use it to play text from a file or on the fly.
Here is the documentations page : TextToSpeech
Also checkout this tutorial for an example : TTS Tutorial

Mr.Me
- 9,192
- 5
- 39
- 51
-
Thanks for your help guys, Even if this is a simple but basically am a beginner for android – Radhakrishna Rayidi Feb 13 '13 at 17:00
0
Yes, just use the built-in Text-to-Speech (TTS) package (more details here).

Dan Dyer
- 53,737
- 19
- 129
- 165