Reputation: 33
I have developed an android application. The application changes the focus on set of buttons periodically,and using a select button the text of the button currently having focus is selected. Now i need to add audio interface so that when the focus is on a particular button it need to be spoken to the user. Please tell me the ways to accomplish it. Any sample source codes/ links are appreciated
Upvotes: 1
Views: 308
Reputation: 2370
In my opinion you need the Text-to-Speech feauture (TTS), Android supports it. Read the the offical TTS documentation.
I hope it helps!
Upvotes: 1