我将开发一个文本到语音应用程序,它将同时在android和iphone中。我在iphone的TTS库的stackoverflow上发现了非常好的线程。
我的问题是:我是否需要为iphone和android使用相同的库?
如果是,那么iPhone和Android都有相同的库提供商吗?我只是想确定如果我要使用不同的libaray,这两个应用程序之间的行为不会如此不同,这就是为什么我很想找到解决方案
答案 0 :(得分:2)
您可以使用 Flite-TTS-Engine ,该功能可与 iOS和Android 兼容。
您可以找到 Android Flite-TTS-Engine here
您可以找到 iOS Flite-TTS-Engine here
答案 1 :(得分:1)
适用于iOS
文字转语音(TTS)
https://bitbucket.org/sfoster/iphone-tts/src
https://github.com/todoroo/iPhone-Speech-To-Text
http://docs.phonegap.com/en/2.0.0/guide_plugin-development_index.md.html
https://github.com/phonegap/phonegap-plugins
https://github.com/phonegap/phonegap-plugins/tree/master/Android/TTS
https://github.com/macdonst/TTS
http://www.raymondcamden.com/index.cfm/2011/10/12/First-test-of-PhoneGap-Plugins
http://en.usenet.digipedia.org/thread/12992/27474/
https://groups.google.com/forum/?fromgroups=#!msg/phonegap/JSBV8zfbXZ0/JqiLM5HdTF4J
http://phonegap.com/blog/2012/09/
这个链接对你有帮助:)