c# - Microsoft SpeechSynthesizer (TTS) Voice Crackle -


when using microsoft speechsynthesizer voices crackle, fuzy...

// initialize new instance of speechsynthesizer. speechsynthesizer synth = new speechsynthesizer();  // configure audio output.  synth.setoutputtodefaultaudiodevice();  // speak string. synth.speak("this example demonstrates basic use of speech synthesizer"); 

i assume related cpu usage. happend on powerfull computer too. there best practices or workaroud ?

adjust rate downwards, until crackling disappears.


Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -