Search
Android Text to Speech for all version (including Marshmallow)
- Ayush Gemini
- Dec 7, 2017
- 1 min read
Android is providing a cool feature (from Android 1.6) called Text to Speech (TTS) which speaks the text in different languages. This tutorial explains how to work with android text to speech or android speech synthesis. In this tutorial i also explained changing the language type, pitch level and speed level.
Below i provided video of the output.
I developed a simple interface with one input field and a button to trigger a event that will take text from input field and speaks out.
you could retrieve the source code from github.
Comments