标签: c++-cli text-to-speech
我需要暂停SpeakAsync通话一秒钟(阅读结束后)。
类似这样的东西:
String^ MyString = "AString"; SpeechSynthesizer^ synth = gcnew SpeechSynthesizer(); synth->SpeakAsync(MyString); //pause here
如何完成此任务? 提前致谢, 马可·L。