Building Applications that Can Talk(转)

sapi.dll:  %windir%\System32\Speech\Common

using SpeechLib;
SpVoice voice = new SpVoiceClass();
voice.Speak(text, SpeechVoiceSpeakFlags.SVSFDefault);

原文地址:https://www.cnblogs.com/joe62/p/2036115.html