Search code examples
androidtext-to-speechvoice-recording

Speaking android application


I have a set of some messages which should be speaked by android app. I could use something like Svox, but I don't need to read user input.

I was thinking about using prerecorded words and putting them together myself - could you please show me some way how to do it properly?


Solution

  • Android has a built in feature for Text To Speech since API level 4.

    Go through this tutorial for a step by step guide.