专业网站建设品牌,十四年专业建站经验,服务6000+客户--广州京杭网络
免费热线:400-683-0016      微信咨询  |  联系我们

neospeech语音库在c#中怎么用

当前位置:网站建设 > 技术支持
资料来源:网络整理       时间:2023/2/14 0:44:47       共计:3639 浏览
装完发声引擎后,可以在控制面板选NEOSPEECH发声引擎为系统默认发声引擎。

具体怎么调用,我还没弄清楚。

VM Paul是引擎的名字,用下面的代码可以调用。我用VS2010做的。

using System;
using System.Collections.Generic;
using System.Speech.Synthesis;


namespace Speach
{
    class Program
    {
        static void Main(string[] args)
        {
            SpeechSynthesizer synth = new SpeechSynthesizer();
            synth.Rate = 0;
            synth.Volume = 100;
            synth.SelectVoice("VW Paul");
           // synth.SelectVoiceByHints(VoiceGender.Female, VoiceAge.Adult);
            synth.Speak("It is an essential principle that we must combine theory with practice");
            synth.Dispose();  
        }
    }
}

版权说明:
本网站凡注明“广州京杭 原创”的皆为本站原创文章,如需转载请注明出处!
本网转载皆注明出处,遵循行业规范,如发现作品内容版权或其它问题的,请与我们联系处理!
欢迎扫描右侧微信二维码与我们联系。
·上一条:语音合成引擎 neospeech语音库(含7种五星最佳语音全) 中文安装版 | ·下一条:C# 文字转语音 播放SpVoice

Copyright © 广州京杭网络科技有限公司 2005-2024 版权所有    粤ICP备16019765号 

广州京杭网络科技有限公司 版权所有