Building Applications that Can Talk(转)

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

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

posted @ 2011-05-04 09:26  joe62  阅读(199)  评论(0)    收藏  举报