mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
micro changes
This commit is contained in:
parent
46e4b07a81
commit
50519c6190
8 changed files with 10 additions and 11 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue