micro changes
diff --git a/Demo/sgi/al/playold.py b/Demo/sgi/al/playold.py
index d0cb592..9792c16 100755
--- a/Demo/sgi/al/playold.py
+++ b/Demo/sgi/al/playold.py
@@ -43,7 +43,7 @@
 		if not buf: break
 		port.writesamps(buf)
 	while port.getfilled() > 0:
-		time.millisleep(100)
+		time.sleep(0.1)
 
 try:
 	main()