summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/al/rec_play.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/sgi/al/rec_play.py')
-rwxr-xr-xDemo/sgi/al/rec_play.py2
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()