Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
new synthesizer API
Browse files Browse the repository at this point in the history
  • Loading branch information
irmen committed Jul 26, 2018
1 parent cde723c commit 68a216b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bouldercaves/synthplayer/streaming.py
Expand Up @@ -209,7 +209,7 @@ def close(self) -> None:
if self.stream:
self.stream.read(100000) # read possible surplus data to clean the pipe
self.stream.close()
if os.name=="nt":
if os.name == "nt":
time.sleep(0.02) # windows sometimes keeps the file locked for a bit

@property
Expand Down

0 comments on commit 68a216b

Please sign in to comment.