Introduction:
------------
CDDA-Filesystem is a filesystem for CD-DA (Compact Disc Digital Audio) tracks.
The created DOS volume contains an audio file for each audio track on cd.
The file format can be RAW, AIFF and WAVE.
It works with all MMC compatible cd drives and with older
SCSI drives by Toshiba, NEC, Philips and NEC.
CDDA-Filesystem is Copyright © 2005 by Uwe Ryssel.
There is no warranty that CDDA-Filesystem will work or can be
used for something. The author is not responsible for any loss
of data or damages to software or hardware that may result directly
or indirectly from the use of this software.
This software is freeware.
Features:
--------
o supports CD-Text. The album name is used as volume name, and title
informations can be read in file comments
o fast read operations. Copy tracks to harddisk in a few seconds.
Installation:
------------
Copy L/CDDA-FileSystem to L: and
Devs/DosDrivers/CDDA to DEVS:DosDrivers
Configuration:
-------------
You can set some parameters in the mount file (DEVS:DosDrivers/CDDA).
Device: device name of your cd drive (e.g. scsi.device, cybppc.device).
Unit: device unit of your cd drive
Buffers: number of cache buffers (one buffer is 2352 byte)
StackSize: stack size for driver task
Control: a string with following template: ENDIAN\K,FORMAT\K,COMMANDSET\K,POLLCDSTATE\S
ENDIAN: The byte order of your cd drive LITTLE or BIG
FORMAT: The format of audio files, it can be RAW, AIFF or WAVE
COMMANDSET: The command set which is used for read operations, which can be:
ATAPI - Standard ATAPI/SCSI command set (MMC)
TOSHIBA - Toshiba SCSI command set
PHILIPS - Philips SCSI command set
SONY - Sony SCSI command set
NEC - NEC SCSI command set
POLLCDSTATE: Poll cd change instead of installing a change interrupt;
helps if cd changes aren't recognized.
Example: "ENDIAN=LITTLE FORMAT=WAVE COMMANDSET=ATAPI"
|