Microsoft SpeechSynthesizer(TTS)语音噼啪声

时间:2013-08-07 17:40:27

标签: c# text-to-speech

当使用微软SpeechSynthesizer时,有时会发出噼里啪啦的声音......很快......

// Initialize a new instance of the SpeechSynthesizer.
SpeechSynthesizer synth = new SpeechSynthesizer();

// Configure the audio output. 
synth.SetOutputToDefaultAudioDevice();

// Speak a string.
synth.Speak("This example demonstrates a basic use of Speech Synthesizer");

我认为它与CPU使用率有关。但它也发生在强大的计算机上。是否有最佳实践或工作方法?

1 个答案:

答案 0 :(得分:0)

向下调整rate,直到噼啪声消失。