mirror of https://github.com/ClassiCube/ClassiCube
Speed up
This commit is contained in:
parent
de9d1305b0
commit
5c54e1b20f
|
|
@ -22,7 +22,7 @@ namespace ClassicalSharp {
|
|||
synth = new SpeechSynthesizer();
|
||||
synth.SetOutputToDefaultAudioDevice();
|
||||
synth.Volume = 100;
|
||||
synth.Rate = -2;
|
||||
synth.Rate = 0;
|
||||
|
||||
Thread thread = new Thread(SoundThread);
|
||||
thread.IsBackground = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue