Microsoft语音合成器(TTS)语音破解

本文关键字:语音 破解 TTS 合成器 语音合成 Microsoft | 更新日期: 2023-09-27 18:26:56

使用Microsoft 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使用有关。但它也发生在充满电的电脑上。有什么最佳实践或解决方法吗?

Microsoft语音合成器(TTS)语音破解

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