diff options
Diffstat (limited to 'Demo/sgi/al/rec_play.py')
-rwxr-xr-x | Demo/sgi/al/rec_play.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/al/rec_play.py b/Demo/sgi/al/rec_play.py index e538b99..693c96e 100755 --- a/Demo/sgi/al/rec_play.py +++ b/Demo/sgi/al/rec_play.py @@ -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() |