summaryrefslogtreecommitdiffstats
path: root/Demo
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-04-22 13:39:33 (GMT)
committerGuido van Rossum <guido@python.org>1992-04-22 13:39:33 (GMT)
commitdaea6c842edeccfab96b5192d7a45656c4975e6c (patch)
treef4ccfc767682ad3086265023f36eb626bf72b55e /Demo
parentd9feb59b328e8dee91c27fe5cca0aa15992210ee (diff)
downloadcpython-daea6c842edeccfab96b5192d7a45656c4975e6c.zip
cpython-daea6c842edeccfab96b5192d7a45656c4975e6c.tar.gz
cpython-daea6c842edeccfab96b5192d7a45656c4975e6c.tar.bz2
readcd is now part of the standard library (for SI)
Diffstat (limited to 'Demo')
-rw-r--r--Demo/sgi/cd/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/Demo/sgi/cd/README b/Demo/sgi/cd/README
index 9b99e49..016e4d1 100644
--- a/Demo/sgi/cd/README
+++ b/Demo/sgi/cd/README
@@ -1,6 +1,9 @@
These are some programs to work with the SCSI CD-ROM player's audio
interface (see cdaudio(3) in IRIX 4.0 or higher; tested only on 4.0.2).
+See also the SGI-specific standard module 'readcd', documented as
+"readcd.lib" in the library.
+
cdwin.py A trivial window interface to play a CD over the CD
player's audio jack. More functionality is left as an
excersice to the reader. Needs module stdwin.
@@ -21,8 +24,5 @@ recvcd.py Receive UDP packets containing CD audio data (from
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...