File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11These are some programs to work with the SCSI CD-ROM player's audio
2- interface (see cdaudio(3) in IRIX 4.0[.2?] or higher). At the moment
3- the Python code is not very clean, sorry about that...
2+ interface (see cdaudio(3) in IRIX 4.0 or higher; tested only on 4.0.2).
43
54cdwin.py A trivial window interface to play a CD over the CD
65 player's audio jack. More functionality is left as an
7- excersice to the reader. Uses module stdwin.
6+ excersice to the reader. Needs module stdwin.
87
98listcd.py List the table-of-contents of a CD (data CDs will
109 appear as a single track).
1110
1211playcd.py Read audio data from the CD and play it over the
13- Indigo's built-in speker or audio jack. Uses module al.
12+ Indigo's built-in speker or audio jack. Needs module al.
1413
1514sendcd.py Read audio data from the CD and send it as UDP packets
1615 over the network (to readcd.py).
1716
1817readcd.py Receive UDP packets containing CD audio data (from
1918 sendcd.py) and play them over the Indigo's built-in
20- speaker or audio jack. Uses module al. (Doesn't
19+ speaker or audio jack. Needs module al. (Doesn't
2120 actually use module cd.)
2221
23- Note that to read *data* CD-ROMs you must open /dev/rdsk/dks0d4s7...
22+ Note that to read *data* CD-ROMs you must open /dev/rdsk/dks0d4s7 or
23+ some such special file...
You can’t perform that action at this time.
0 commit comments