Skip to content

Commit

Permalink
Remove magic synth sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Apr 30, 2024
1 parent 03ed461 commit f5638c8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/sound/synth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,6 @@ impl Synth {
)
.unwrap();
stream.play().unwrap();

loop {
std::thread::sleep(Duration::from_millis(1));
}
});
}

Expand Down

0 comments on commit f5638c8

Please sign in to comment.