Android应用程序的音频接口
我开发了一个android应用程序。应用程序定期更改按钮组上的焦点,并使用选择按钮选择当前具有焦点的按钮的文本。现在我需要添加音频接口,以便当焦点位于特定按钮上时需要向用户讲话。请告诉我实现它的方法。任何示例源代码/链接都值得赞赏
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你需要文本转语音功能(TTS),Android 支持它。
阅读官方 TTS 文档。
我希望它有帮助!
In my opinion you need the Text-to-Speech feauture (TTS), Android supports it.
Read the the offical TTS documentation.
I hope it helps!