Audio (88) Datatype (15) Demo (40) Development (233) Document (45) Driver (18) Emulation (57) Game (476) Graphics (195) Library (20) Network (51) Office (16) Utility (230) Video (16)
Total files: 1500
Full index file Recent index file
Part of aros exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] Usage:
PlayCDDA DEVICE=DRIVE/K,TRACK/N
List tracks on disc in drive "CD0:":
PlayCDDA
Play track #1 from disc in drive "CD0:":
PlayCDDA 1
List tracks on disc in drive "CD1:":
PlayCDDA drive CD1:
Play track #2 from disc in drive "CD1:":
PlayCDDA drive CD1: 2
Changes:
1.4 (27-Oct-2009)
- Removed the io_Unit check from DoSCSICmd because some device drivers set
this field to NULL even they open successfully
1.3 (27-Oct-2009)
- Fixed playback of the first track on an Audio CD
- Tracks are now numbered starting with track #1 instead of #0
1.2 (19-Oct-2009)
- PlayCDDA now obtains the device/unit information using dos.library
- If no track number is specified PlayCDDA will list all data/audio tracks on
the CD in question
1.1 (4-Aug-2009)
- First released version
|