钛文本转语音
有没有办法在钛金下使用文本转语音功能来阅读短信?有什么服务可以为 iPhone 集成吗?
is there a way to use a text to speech functions to read a short message under Titanium? Is there any service that can i integrate for iphone?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然可以,你可以使用 do 。请点击此链接供您参考。您可以根据需要使用它。
还有其他方式使用 google api 使用以下方式。
http://translate.google.com/translate_tts?tl=en&q=您的文字。但它有一定的限制,比如 100 个字符,而且你必须寻找商业使用条件。
您可以将其加载到传递文本的 UIWebView 中。
Certainly yes you can use do. Following this link for your reference. You can use this as you require.
And there is also other way with google api using following way.
http://translate.google.com/translate_tts?tl=en&q=Yourtext. But it has certain limitation like 100 chars and also you have to look for commercial usage conditions.
This you can load in UIWebView passing your text.