TTS 从 Twitter Android 中读取
有一个可以使用tts阅读短信的应用程序。它还可以允许登录 Twitter 并发布到新闻字段。有兴趣从新闻提要中获取数据并读出它,类似于我已经具备的短信功能。
除了似乎可以实现我想要的功能的 appinventor 项目之外,还没有看到任何相关的源代码或教程! 任何人都可以提供想法,让我可以如何在我的应用程序中实现类似的功能?
Have an app that can use tts to read text messages. It can also allow login to twitter and post to the news field. Interested in possibly fetching data from the news feed and reading this out aswell, similar to the sms functionality I already have in place.
Have not seen any source or tutorials for this, other than an appinventor project that seems to do what I would like!
Anyone offer ideas how I might go about getting something like this working in my app?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以创建一个客户端来阅读推文,如下所述:
http://www.vogella.de/blog/2010/02/ 15/twitter-android/
要阅读新闻,只需使用此类 android.speech.tts.TextToSpeech
You can create a client to read Tweets as explained here:
http://www.vogella.de/blog/2010/02/15/twitter-android/
And to read the news just use this class android.speech.tts.TextToSpeech