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

Building Applications that Can Talk(转)

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

相关文章:

  • 2021-10-19
  • 2022-02-19
  • 2022-01-01
  • 2021-10-22
  • 2022-01-04
  • 2021-08-28
猜你喜欢
  • 2021-08-21
  • 2021-11-09
  • 2021-09-15
  • 2022-02-08
  • 2021-06-27
  • 2021-11-22
相关资源
相似解决方案