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

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -