commit | 9ac9063cefe1daa73228d567d03104565b764610 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Apr 22 13:47:50 1992 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Apr 22 13:47:50 1992 +0000 |
tree | 95e5ef1b8ec2f1cd3bd8f18147622121e741ed68 | |
parent | dee5d8eb04182196dafb06befbd5e6e53b27f906 [diff] [blame] |
Added comment header; don't use undocumented internals.
diff --git a/Demo/sgi/cd/playcd.py b/Demo/sgi/cd/playcd.py index dc38ed9..29ccb36 100755 --- a/Demo/sgi/cd/playcd.py +++ b/Demo/sgi/cd/playcd.py
@@ -1,3 +1,5 @@ +# Play CD audio on speaker or headphones. + def playaudio(port, type, audio): port.writesamps(audio) @@ -70,7 +72,5 @@ except KeyboardInterrupt: pass al.setparams(AL.DEFAULT_DEVICE, oldparams) - r.player.close() - r.parser.deleteparser() main()