mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-22 09:01:57 -05:00
Speed up
This commit is contained in:
parent
de9d1305b0
commit
5c54e1b20f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue