【问题标题】:SpeechSynthesizer how to make the sound more human kindSpeechSynthesizer 如何让声音更人性化
【发布时间】:2019-11-14 08:11:28
【问题描述】:

我有一个表单应用程序,我在其中使用系统语音来阅读单词。不过听起来很机器人,怎么让它更像人类呢?

我正在使用这个: 使用命名空间 System::Speech::Synthesis;

还有这个: SpeechSynthesizer^speaker=gcnew SpeechSynthesizer(); 扬声器->SpeakAsync(textBox1->Text);

该程序虽然有效,但我希望它听起来像一个人。

【问题讨论】:

    标签: forms text-to-speech speech speechsynthesizer


    【解决方案1】:

    System.Speech.Synthesis 非常老(15 岁以上)。因此,这听起来很机器人。

    您可以尝试使用微软最新的语音平台。注意:我在System.Speech 和这个最新的语音平台(认知服务语音)上工作。您可以在此处找到有关如何使用此平台的示例和说明:https://aka.ms/speech/sdk

    此外,如果您想听听这些声音的声音,您可以在这里收听它们的样本:https://azure.microsoft.com/en-us/services/cognitive-services/text-to-speech/

    --抢劫

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2016-03-13
      • 1970-01-01
      • 2015-11-02
      • 2011-03-13
      • 1970-01-01
      • 2013-01-09
      • 2022-01-14
      • 2014-10-14
      相关资源
      最近更新 更多