2013-08-07 69 views
1

使用Microsoft SpeechSynthesizer聲音有時裂紋,是fuzy ...微軟SpeechSynthesizer(TTS),語音裂紋

// 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的使用率。但它也發生在強大的計算機上。有沒有最佳實踐或workaroud?

+0

您使用哪種語音? –

+0

我正在測試可從網上隨處可見的Scansoft的Virginie(FR)16Khz –

+0

這可能與語音本身有關。這是否以不同的聲音重現? –

回答

0

向下調整rate,直到crack啪聲消失。

+0

它似乎有幫助,它也是cpu相關 –