home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pyos2bin.zip / Demo / sgi / cd / README < prev    next >
Text File  |  1992-04-22  |  1KB  |  29 lines

  1. These are some programs to work with the SCSI CD-ROM player's audio
  2. interface (see cdaudio(3) in IRIX 4.0 or higher; tested only on 4.0.2).
  3.  
  4. See also the SGI-specific standard module 'readcd', documented as
  5. "readcd.lib" in the library.
  6.  
  7. cdwin.py    A trivial window interface to play a CD over the CD
  8.         player's audio jack.  More functionality is left as an
  9.         excersice to the reader.  Needs module stdwin.
  10.  
  11. listcd.py    List the table-of-contents of a CD (data CDs will
  12.         appear as a single track).
  13.  
  14. playcd.py    Read audio data from the CD and play it over the
  15.         Indigo's built-in speker or audio jack.  Needs module al.
  16.  
  17. sendcd.py    Read audio data from the CD and send it as UDP packets
  18.         over the network (to recvcd.py).
  19.  
  20. recvcd.py    Receive UDP packets containing CD audio data (from
  21.         sendcd.py) and play them over the Indigo's built-in
  22.         speaker or audio jack.  Needs module al.  (Doesn't
  23.         actually use module cd.)
  24.  
  25. cdaiff.py    Dump CD audio to disk in AIFF format.
  26.  
  27. Note that to read *data* CD-ROMs you must open /dev/rdsk/dks0d4s7 or
  28. some such special file...
  29.