summaryrefslogtreecommitdiffstats
path: root/Demo
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-04-15 17:52:18 (GMT)
committerGuido van Rossum <guido@python.org>1992-04-15 17:52:18 (GMT)
commit08d962260edb5a3403e01ea3714bee2c58ca9d4d (patch)
treeb3b29b2a1b3f88c76f1adc0a737ff1b4a48641fa /Demo
parent67aad284dd0237c5d2cad4ccaa1be23e90c80b97 (diff)
downloadcpython-08d962260edb5a3403e01ea3714bee2c58ca9d4d.zip
cpython-08d962260edb5a3403e01ea3714bee2c58ca9d4d.tar.gz
cpython-08d962260edb5a3403e01ea3714bee2c58ca9d4d.tar.bz2
Document cdaiff and readcd
Diffstat (limited to 'Demo')
-rw-r--r--Demo/sgi/cd/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/Demo/sgi/cd/README b/Demo/sgi/cd/README
index c17e3cf..9b99e49 100644
--- a/Demo/sgi/cd/README
+++ b/Demo/sgi/cd/README
@@ -19,5 +19,10 @@ recvcd.py Receive UDP packets containing CD audio data (from
speaker or audio jack. Needs module al. (Doesn't
actually use module cd.)
+cdaiff.py Dump CD audio to disk in AIFF format.
+
+readcd.py Utility module to make it easy to specify play lists
+ for a CD player (used by cdaiff.py).
+
Note that to read *data* CD-ROMs you must open /dev/rdsk/dks0d4s7 or
some such special file...