diff --git a/src/sound/synth.rs b/src/sound/synth.rs index 09f4658..0dd89fe 100644 --- a/src/sound/synth.rs +++ b/src/sound/synth.rs @@ -234,10 +234,6 @@ impl Synth { ) .unwrap(); stream.play().unwrap(); - - loop { - std::thread::sleep(Duration::from_millis(1)); - } }); }