iPhone 的文本转语音(最好是 Monotouch)

发布于 2024-10-31 19:37:39 字数 101 浏览 0 评论 0 原文

我正在研究在我正在创建的 iPhone(Monotouch)应用程序中实现文本到语音转换。周围有什么好的这样的图书馆?如果有必要,我必须将标准 iPhone 库映射到 Monotouch。

I am looking into implementing text-to-speech in an iPhone (Monotouch) app I am creating. What good such libraries are there around? If necessary I will have to map a standard iPhone library to Monotouch.

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

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

发布评论

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

评论(2

情丝乱 2024-11-07 19:37:39

没有带有公共 API 的内置标准 iOS 库。 App Store 中的多个应用程序使用 CMU flite(或 Festival Lite 语音合成引擎)库,该库有到 iOS/iPhone 的端口,也许 此处

There is no built-in standard iOS library with a public API. Several apps in the App store use the CMU flite (or Festival Lite speech synthesis engine) library, for which there are ports of the library to the iOS/iPhone, perhaps here.

奶气 2024-11-07 19:37:39

Monotouch wiki 有一个解释 此处描述如何为 iPhone 交叉编译 Flite 并与 Monotouch 互操作库。

The Monotouch wiki has an explanation here describing how to cross-compile Flite for the iPhone and interop the libraries with Monotouch.

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