当使用微软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的使用有关。但它也发生在强大的电脑上。有什么最佳做法或工作方法吗?
发布于 2013-08-07 23:08:28
向下调整率,直到裂纹消失。
https://stackoverflow.com/questions/18110107
复制相似问题