微软自带的发音dll
首先导入
using System.Speech.Synthesis;
然后上代码
SpeechSynthesizer sy = new SpeechSynthesizer(); sy.Speak("这里放你想要念的文字");
看不懂的就接着看