c#系统语音播报

首先添加引用,System.Speechblog 添加using指令:using System.Speech.Synthesis;资源 以后代码class             SpeechSynthesizer synth = new SpeechSynthesizer();             synth.Rate = 1;       //设置语速             synth.
相关文章
相关标签/搜索