我们计划使用微软讲话标本。 我们现在在Windows XP上使用Microsoft Sam声音,坦率地说,它可怕......。 听到声音试图说的话几乎是不可能的。
是否有其他更好的发言权。 那里是否有任何更新或新版本更好。 是否有其他产品、开放源项目等可以替代产品?
仅澄清—— 因此,我实际上可以针对它制定方案。
我们计划使用微软讲话标本。 我们现在在Windows XP上使用Microsoft Sam声音,坦率地说,它可怕......。 听到声音试图说的话几乎是不可能的。
是否有其他更好的发言权。 那里是否有任何更新或新版本更好。 是否有其他产品、开放源项目等可以替代产品?
仅澄清—— 因此,我实际上可以针对它制定方案。
On Windows about the best I have found was using the speech API and voices from AT&T Natural Voices: https://nextup.com/attnv.html 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.
有一个免费的软件选择,即:,尽管质量是可怕的。 大约是商业系统目前良好质量的十年。 但它是免费的。
对我来说行之有效的第三个选择是,将几个项目的语音合成部分转移至第十届特别协调员会议。 贸发十大拥有一套体面的工具和演讲工具以及一套相当体面的股票声音。 当然,倒数部分是,为这些软件撰写的书刊只由SOS X管理,而SOSX只使用 Apple果硬件。
AT&T Natural Voices engine produces great speech but its not free
there is also NeoSpeech which are also good - Not free as well
你没有描述你的许可需要,因此我不知道其中任何一项是否适合,但以下所有内容都是第5号行动计划的渊源:
Ivona ( http://www.ivona.com/) - I m在SAPI项目上使用他们的Kendra声音。
AT&T Natural Voices (http://www2.research.att.com/~ttsweb/tts/)
Loquendo ( http://www.loquendo.com/)
Cepstral ()
fonix () - 只有当你爱的是原来的
Nuance RealSpeak(我不敢肯定这一点......)
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.html You can check this youtube tutorial: http://www.youtube.com/watch?v=MmcLFJQpv2o
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?
I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...
I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...
I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...
I have two EF entities. One has a property called HouseNumber. The other has two properties, one called StartHouseNumber and one called EndHouseNumber. I want to create a many to many association ...
How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...
Since I cannot order my dictionary, what is the best way of going about taking key value pairs and also maintaing an index?
Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...