This app converts text to speech with pitch and speed rate functionalities.
- Build-in
Android SpeechLibrary Used - Event Handling on buttons is done by
View.OnClickListener - Initialize
Text to Speechand setting the language speakmethod of Text to Speech is used to get the text and convert it to speech.setPitch and setSpeechRateare used to set the pitch and speed rate- In
OnDestroy(), Text to Speech is stopped and shut downed
- Text to Speech is an application that converts any written text to speech
- Pitch and Speed rates are increased and decreased on button clicks
- Simply when user clicks on
SAY ITbutton, text is converted to speech.
SeekBarwill be used for increasing or decreasing the pitch and Speed rates- User Interface (UI) will be improved
