blob: af2f4c53b3754bdd5fff15d51c6e0a6871fb94f9 [file] [log] [blame]
Guido van Rossumb9506291992-04-13 18:38:20 +00001These are some programs to work with the SCSI CD-ROM player's audio
Guido van Rossum4bd41471992-04-14 11:05:40 +00002interface (see cdaudio(3) in IRIX 4.0 or higher; tested only on 4.0.2).
Guido van Rossumb9506291992-04-13 18:38:20 +00003
4cdwin.py A trivial window interface to play a CD over the CD
5 player's audio jack. More functionality is left as an
Guido van Rossum4bd41471992-04-14 11:05:40 +00006 excersice to the reader. Needs module stdwin.
Guido van Rossumb9506291992-04-13 18:38:20 +00007
8listcd.py List the table-of-contents of a CD (data CDs will
9 appear as a single track).
10
11playcd.py Read audio data from the CD and play it over the
Guido van Rossum4bd41471992-04-14 11:05:40 +000012 Indigo's built-in speker or audio jack. Needs module al.
Guido van Rossumb9506291992-04-13 18:38:20 +000013
14sendcd.py Read audio data from the CD and send it as UDP packets
15 over the network (to readcd.py).
16
17readcd.py Receive UDP packets containing CD audio data (from
18 sendcd.py) and play them over the Indigo's built-in
Guido van Rossum4bd41471992-04-14 11:05:40 +000019 speaker or audio jack. Needs module al. (Doesn't
Guido van Rossumb9506291992-04-13 18:38:20 +000020 actually use module cd.)
21
Guido van Rossum4bd41471992-04-14 11:05:40 +000022Note that to read *data* CD-ROMs you must open /dev/rdsk/dks0d4s7 or
23some such special file...