Marmalade 如何支持文本转语音?

发布于 2024-12-25 07:57:14 字数 44 浏览 0 评论 0原文

Marmalade 中是否有支持 tts(文本转语音)的 API/SDK?

Is there any API/SDK to support tts (text to speech) in Marmalade?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

白日梦 2025-01-01 07:57:14

我已经成功地将 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

老娘不死你永远是小三 2025-01-01 07:57:14

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文