TTS(Text to Speech) in Android

Posted by Sumeet Arora
6
Jul 26, 2016
103 Views

1.png


TTS define Text To speech. Android provides TextToSpeech functionality from API level 4.


TextToSpeech  is in package android.speech.tts.


Here is how to work with text to speech functionality in android.


  • Create a Project.


  • Create an Activity like I created MainActivity.java.


  • Implement interface TextToSpeech.OnInitListener


Read more about TTS(Text to Speech) in Android visit Findnerd.

1 people like it
avatar
Comments
avatar
Please sign in to add comment.