Uses the android TextToSpeech engine to audiolize text.

app.TextToSpeech( text, pitch, rate, callback, stream, locale, engine )

You can use different locales depending on the user language. A list of languages and their locales (LCID string) can be found on www.science.co.il.

Example - Example click to expand contents