1992-04-13 15:38:20 -03:00
|
|
|
These are some programs to work with the SCSI CD-ROM player's audio
|
1992-04-14 08:05:40 -03:00
|
|
|
interface (see cdaudio(3) in IRIX 4.0 or higher; tested only on 4.0.2).
|
1992-04-13 15:38:20 -03:00
|
|
|
|
1992-04-22 10:39:33 -03:00
|
|
|
See also the SGI-specific standard module 'readcd', documented as
|
|
|
|
"readcd.lib" in the library.
|
|
|
|
|
1992-04-13 15:38:20 -03:00
|
|
|
cdwin.py A trivial window interface to play a CD over the CD
|
|
|
|
player's audio jack. More functionality is left as an
|
1992-04-14 08:05:40 -03:00
|
|
|
excersice to the reader. Needs module stdwin.
|
1992-04-13 15:38:20 -03:00
|
|
|
|
|
|
|
listcd.py List the table-of-contents of a CD (data CDs will
|
|
|
|
appear as a single track).
|
|
|
|
|
|
|
|
playcd.py Read audio data from the CD and play it over the
|
1992-04-14 08:05:40 -03:00
|
|
|
Indigo's built-in speker or audio jack. Needs module al.
|
1992-04-13 15:38:20 -03:00
|
|
|
|
|
|
|
sendcd.py Read audio data from the CD and send it as UDP packets
|
1992-04-15 13:40:12 -03:00
|
|
|
over the network (to recvcd.py).
|
1992-04-13 15:38:20 -03:00
|
|
|
|
1992-04-15 13:40:12 -03:00
|
|
|
recvcd.py Receive UDP packets containing CD audio data (from
|
1992-04-13 15:38:20 -03:00
|
|
|
sendcd.py) and play them over the Indigo's built-in
|
1992-04-14 08:05:40 -03:00
|
|
|
speaker or audio jack. Needs module al. (Doesn't
|
1992-04-13 15:38:20 -03:00
|
|
|
actually use module cd.)
|
|
|
|
|
1992-04-15 14:52:18 -03:00
|
|
|
cdaiff.py Dump CD audio to disk in AIFF format.
|
|
|
|
|
1992-04-14 08:05:40 -03:00
|
|
|
Note that to read *data* CD-ROMs you must open /dev/rdsk/dks0d4s7 or
|
|
|
|
some such special file...
|