111,092
社区成员




SpeechLib.SpVoiceClass voice =new SpVoiceClass();
voice.Voice = voice.GetVoices(string.Empty, string.Empty).Item(0);
try
{
voice.Speak(strSpeack, SpeechVoiceSpeakFlags.SVSFlagsAsync);
}
catch (Exception err)
{
throw (new Exception("发生一个错误:" + err.Message));
}