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?
您使用哪種語音? –
我正在測試可從網上隨處可見的Scansoft的Virginie(FR)16Khz –
這可能與語音本身有關。這是否以不同的聲音重現? –