在SpeakAsync字符串后添加暂停

时间:2018-11-26 09:51:49

标签: c++-cli text-to-speech

我需要暂停SpeakAsync通话一秒钟(阅读结束后)。

类似这样的东西:

String^ MyString = "AString";
SpeechSynthesizer^ synth = gcnew SpeechSynthesizer();
synth->SpeakAsync(MyString);
//pause here

如何完成此任务? 提前致谢, 马可·L。

0 个答案:

没有答案