Audio (24) Edit (1) Misc (5) Play (11) Record (0) Tracker (5) Datatype (2) Demo (12) Development (106) Document (14) Driver (13) Emulation (33) Game (81) Graphics (80) Library (2) Network (18) Office (3) Utility (104) Video (15)
Total files: 507
Full index file. Download Recent index file. Download
Hosted by aros-exec.org |
[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
|