阿拉伯语文本转语音

发布于 2024-10-25 00:24:21 字数 168 浏览 1 评论 0 原文

使用 Visual Basic 2008 进行英语文本转语音

Dim speech speech = CreateObject("sapi.spvoice") 
speech.speak(TextBox1.Text) 

我的问题是,如何将其用于阿拉伯语语言?

谢谢

text-to-speech for English language using Visual Basic 2008

Dim speech speech = CreateObject("sapi.spvoice") 
speech.speak(TextBox1.Text) 

My question, how this can be used for arabic languages ?

thanks

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

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

发布评论

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

评论(2

愁以何悠 2024-11-01 00:24:21

来自 Microsoft 支持文章

“Microsoft 不提供额外的语音引擎(语音),但提供了一些提供支持新 Microsoft Speech API 的第三方产品 有关这些产品的信息,请访问以下 Microsoft 网站: http://www.microsoft.com/speech/evaluation/thirdparty/engines.mspx"

唯一的问题是,该网站似乎已关闭。如果您搜索第三方引擎,您也会看到很多指向该网站的链接。我会尝试寻找它是否仍然存在,或者尝试寻找支持阿拉伯语所需的特定第三方引擎。

From a Microsoft support article:

"Microsoft does not provide additional speech engines (voices), but a number of third-party products are available that support the new Microsoft Speech API. For information on these products, visit the following Microsoft Web site: http://www.microsoft.com/speech/evaluation/thirdparty/engines.mspx"

Only problem is, that website seems to be down. If you do a search for third-party engines, you'll see a lot of links to that site, too. I'd try to hunt down if it still exists, or try to look for the specific third-party engine you'd need to support Arabic.

扶醉桌前 2024-11-01 00:24:21

没有找到可以从MS或第三方软件搜索很长时间的阿拉伯语TTS SAPI。
他们有很多在线服务,甚至很少有支持阿拉伯语 TTS 的软件
就像 Acapela 一样,它仅适用于他们的软件,没有第三方支持。
无论如何,我认为这不会对你的项目提供太多支持。仅当您需要文本文件的音频输出时,而不是处理它的交互性。
编辑==
我刚刚找到了另一个软件 Nuance Vocalizer 语音包 你可以找到该包 官方网站。根据第一个来源它支持SAPI。

No there is no Arabic TTS SAPI available either from MS or third party softwares after searching for long time .
their many online services even few software that support Arabic TTS
Like Acapela which is working only with their software no third party support .
Anyway I think that will not support that much in your project . only if the case you need an Audio output for the text file , not to deal with it interactivity .
Edit==
I just found another software Nuance Vocalizer Voice packs you can found the package here . and this is the Official site .according to the first source it Support SAPI .

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