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  阅读(189)  评论(0编辑  收藏  举报