Android 的 TTS(文本转语音)使用服务器
我正在尝试在android中进行文本到语音转换,但实际上不是在本地,我想将我的文本传递到服务器,然后服务器会给我我必须处理的MP3文件,所以请任何人都可以告诉我如何做到这一点。我对此非常担心。
I am trying Text to speech convertion in android but not locally actually i want pass my text in to server and then server will give me the MP3 file which i have to handle so please any one can tell me how to do that. i very worried about that.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是不可取的,特别是如果您可以使用可用语言在电话上进行语音合成。如果没有,那么尝试找到一些可以为您完成此操作的 Java 库,然后传输该音频。
That is not advisable especially if you can do speech synthesis on the phone with an available language. If not then try to find some Java library that can do that for you and then stream that audio.