This commit is contained in:
UnknownShadow200 2016-10-09 17:52:34 +11:00
parent de9d1305b0
commit 5c54e1b20f

View file

@ -22,7 +22,7 @@ namespace ClassicalSharp {
synth = new SpeechSynthesizer(); synth = new SpeechSynthesizer();
synth.SetOutputToDefaultAudioDevice(); synth.SetOutputToDefaultAudioDevice();
synth.Volume = 100; synth.Volume = 100;
synth.Rate = -2; synth.Rate = 0;
Thread thread = new Thread(SoundThread); Thread thread = new Thread(SoundThread);
thread.IsBackground = true; thread.IsBackground = true;