We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 2 months ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
Microsoft 的语音 API (SAPI) 是作为一组 COM 对象实现的,因此可以轻松地在 C++Builder 项目中使用。
Microsoft's Speech API (SAPI) is implemented as a set of COM objects, and thus is usable in C++Builder projects with minimal effort.
Flite 是一个用可移植 C 语言编写的小型文本到语音引擎,没有特定的操作系统依赖性并拥有宽松的开源许可证。您需要创建一个 C++ Builder 项目来构建它,但除此之外它应该可以正常工作。
Flite is a small text to speech engine written in portable C, with no specific OS dependencies and with a permissive open source license. You will need to create a C++ Builder project to build it, but other than that it should work just fine.