File: DumpTrack.zip
       Author: Peter Urbanec <peteru@null.net>
      Release: Version 1.1 (26-Feb-1999)
Compatibility: R4 PPC, R4 x86, R4.1 PPC, R4.1 x86
     Location: contrib/audio
  Description: Sample code to read audio from CD
        Notes: Copyright 1997-1999 Peter Urbanec. All Rights Reserved.

DumpTrack will "rip" an audio track from any CDDA capable CD-ROM drive
supported by BeOS and dump it to standard output. It was written to be
used as sample code for what is a frequently asked question.

Tested on both PPC and x86 platforms under BeOS R4 and R4.1 with
ATAPI, SCSI-2 and SCSI-3 devices.

Source code distribution only.

Use from Terminal as follows:
$ DumpTrack /dev/disk/ide/atapi/1/master/0/raw 1 >Track1_RAW_CDDA

	Peter Urbanec <peteru@null.net>