micro changes

This commit is contained in:
Guido van Rossum 1994-10-07 10:23:49 +00:00
parent 46e4b07a81
commit 50519c6190
8 changed files with 10 additions and 11 deletions

View file

@ -20,7 +20,7 @@ def playit (buf) :
print 'playing...'
p.writesamps(buf)
while p.getfilled() > 0:
time.millisleep(10)
time.sleep(0.01)
print 'done.'
p.closeport()