C# 微软语音合成器(TTS)声音爆裂

C# 微软语音合成器(TTS)声音爆裂,c#,text-to-speech,C#,Text To Speech,使用Microsoft时,声音有时会噼啪作响,模糊 // Initialize a new instance of the SpeechSynthesizer. SpeechSynthesizer synth = new SpeechSynthesizer(); // Configure the audio output. synth.SetOutputToDefaultAudioDevice(); // Speak a string. synth.Speak("This example

使用Microsoft时,声音有时会噼啪作响,模糊

// 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使用有关。但它也发生在功能强大的计算机上。有什么最佳做法或解决方法吗?

向下调整,直到爆裂声消失。

您使用的是哪种声音?我正在测试Virginie(FR)16Khz,该声音来自互联网上随处可见的Scansoft。这可能与声音本身有关。这是用不同的声音复制的吗?它与另外两种低语速的声音一起工作我认为这是由语速+cpu使用引起的。这似乎有帮助,而且与cpu有关