windows Microsoft Sam,SAPI 替代品

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2062625/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 13:45:09  来源:igfitidea点击:

Microsoft Sam, SAPI alternatives

c#windowsspeech-recognitiontext-to-speechsapi

提问by Riri

We have a application that we were planing to use Microsoft speech API for. Now we tested it on Windows XP using Microsoft Sam voice and frankly it sound terrible ... It's almost impossible to hear what the voice is trying to say.

我们有一个计划使用 Microsoft 语音 API 的应用程序。现在我们使用 Microsoft Sam 语音在 Windows XP 上对其进行了测试,坦率地说,这听起来很糟糕……几乎不可能听到声音想说什么。

Are there other, better voice. Are there any updates or newer versions out there that are better. Are there other product, open source projects etc that can work as an alternative?

有没有其他更好的声音。有没有更好的更新或更新版本。是否有其他产品、开源项目等可以作为替代方案?

Just to clarify - It needs to have some sort of API so I actually can program against it.

只是为了澄清 - 它需要有某种 API,所以我实际上可以针对它进行编程。

回答by Alon

AT&T Natural Voicesengine produces great speech but its not free
there is also NeoSpeechwhich are also good - Not free as well

AT&T Natural Voices引擎产生了很棒的语音,但它不是免费的
,还有NeoSpeech也很好 - 也不是免费的

回答by Michelle Six

On Windows about the best I have found was using the speech API and voices from AT&T Natural Voices: http://www2.research.att.com/~ttsweb/tts/demo.php

在 Windows 上,我发现最好的方法是使用来自 AT&T Natural Voices 的语音 API 和语音:http: //www2.research.att.com/~ttsweb/tts/demo.php

They are however VERY expensive if available at all. I have run into projects where the usage/business model was so far from what AT&T was thinking of that they wouldn't even sell a license.

然而,如果有的话,它们非常昂贵。我遇到过使用/商业模式与 AT&T 所想的相去甚远的项目,以至于他们甚至不会出售许可证。

There is a free software alternative, Festival: http://www.cstr.ed.ac.uk/projects/festival/, the quality though is horrible. It is about 10 years behind the current sound quality of commercial systems. It is however free.

有一个免费的软件替代品,节日:http: //www.cstr.ed.ac.uk/projects/festival/,但质量很糟糕。它比目前商用系统的音质落后大约 10 年。不过是免费的。

A third alternative which has worked well for me was to shift the voice synthesis part of a few projects to OS X. OS X has a decent set of tools and speech APIS and a fairly decent set of stock voices. The downside of course is that prorams written for these APIs run only under OS X which runs only on Apple hardware.

第三个对我来说效果很好的选择是将一些项目的语音合成部分转移到 OS X。OS X 有一套不错的工具和语音 APIS 以及一套相当不错的股票语音。当然,缺点是为这些 API 编写的程序只能在 OS X 下运行,而 OS X 只能在 Apple 硬件上运行。

回答by Spike0xff

You don't describe your licensing needs, so I don't know if any of these will be suitable in that regard, but all of the following are sources of SAPI 5 compatible voices:

你没有描述你的许可需求,所以我不知道这些是否适合这方面,但以下所有都是 SAPI 5 兼容声音的来源:

Ivona (http://www.ivona.com/) - I'm using their Kendra voice on a SAPI project.

Ivona ( http://www.ivona.com/) - 我在 SAPI 项目中使用他们的 Kendra 声音。

AT&T Natural Voices (http://www2.research.att.com/~ttsweb/tts/)

AT&T 自然语音 ( http://www2.research.att.com/~ttsweb/tts/)

Loquendo (http://www.loquendo.com/)

洛昆多 ( http://www.loquendo.com/)

Acapela (http://www.acapela-group.com/products/products.asp)

阿卡佩拉 ( http://www.acapela-group.com/products/products.asp)

Cepstral (http://www.cepstral.com/)

倒谱 ( http://www.cepsral.com/)

fonix (http://www.fonixspeech.com/tts.php) - only if you loved the original Speak & Spell.

fonix ( http://www.fonixspeech.com/tts.php) - 仅当您喜欢原始的Speak & Spell 时。

Nuance RealSpeak (I'm not sure about this one...)

Nuance RealSpeak(我不确定这个...)

回答by Leszek Szary

You can use free and open source Festival. The default Festival voice sounds a little like Stephen Hawking but you can use some other much better HTS voices. For example try selecting Peter HTS 2011 voice on this demo page: http://www.cstr.ed.ac.uk/projects/festival/morevoices.html. Most of HTS voices for Festival that I've seen are not allowed for commercial use however this one seems to be free: http://homepages.inf.ed.ac.uk/jyamagis/software/page54/page54.htmlYou can check this youtube tutorial: http://www.youtube.com/watch?v=MmcLFJQpv2o

您可以使用免费和开源的节日。默认的 Festival 声音听起来有点像 Stephen Hawking,但您可以使用其他一些更好的 HTS 声音。例如,尝试在此演示页面上选择 Peter HTS 2011 语音:http: //www.cstr.ed.ac.uk/projects/festival/morevoices.html。我见过的大多数节日的 HTS 声音都不允许用于商业用途,但是这个似乎是免费的:http: //homepages.inf.ed.ac.uk/jyamagis/software/page54/page54.html你可以检查此 youtube 教程:http: //www.youtube.com/watch?v=MmcLFJQpv2o