Marmalade 如何支持文本转语音?
Marmalade 中是否有支持 tts(文本转语音)的 API/SDK?
Is there any API/SDK to support tts (text to speech) in Marmalade?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
Marmalade 中是否有支持 tts(文本转语音)的 API/SDK?
Is there any API/SDK to support tts (text to speech) in Marmalade?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我已经成功地将 Flite (http://www.speech.cs.cmu.edu/flite/) 移植到 Marmalade 环境中。它可以很好地生成波形文件和原始内存缓冲区(然后可以直接使用 s3eSound 播放)。
s3eSound 适配器(直接从 flite 内播放文本)是一项正在进行中的工作,因此,虽然它确实产生了接近可识别语音的内容,但它也明显存在缺陷。就我的目的而言,原始缓冲区无论如何更有用,但请随意尝试修复它。
您可以在这里查看我所做的事情 https://github.com/madmaw/marmalade-flite
I've had some success porting Flite (http://www.speech.cs.cmu.edu/flite/) to the Marmalade environment. It produces wave files and raw, in-memory buffers (which can then be played using s3eSound directly) fine.
The s3eSound adapter (which plays the text directly from within flite) is a work in progress, so, while it does produce something close to recognisable speech, it is also obviously bugged. For my purposes, the raw buffers are more useful anyway, but feel free to try to fix it up.
You can see what I've done here https://github.com/madmaw/marmalade-flite
Marmalade 没有提供特定的 API,但如果本机 API 在 iOS 或 Android 上提供此功能,您也许可以使用 EDK。
https://www.madewithmarmalade.com/devnet/docs#/main/extensions .html
There is no specific API provided by Marmalade however you may be able to use the EDK if native APIs provide this functionality on iOS or Android.
https://www.madewithmarmalade.com/devnet/docs#/main/extensions.html