File: README.PlexDAE

package info (click to toggle)
cdrdao 1%3A1.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,316 kB
  • sloc: ansic: 62,898; cpp: 51,127; sh: 6,800; perl: 673; makefile: 541; pascal: 41; xml: 41
file content (35 lines) | stat: -rw-r--r-- 1,157 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Plextor CD-ROM digital audio extraction for cdrdao

These patches enhance "cdrdao" with bitwise-exact digital audio extraction
for "Plextor"-brand CD-ROM drives.

It uses Plextor vendor unique SCSI command enhancements in order to
implement this. These features are not known to exist in other
brand drives (by me, as of 25-3-1999), or to be exploited in any
other software at this moment.

Status is alpha, and there are some known bugs and things to do.

Currently known bugs:

- Incremental extraction of a CDDA block (by collecting correct samples
in successive reads of a partly errenous CDDA block) is known to fail
in some cases (leading to non-unique CDDA extraction).

Current things to do:

- Include output formats other than raw (big-endian).
- Include output to stdio (for on-the-fly application maybe).
- ...

Usage hints:

This clones a CD-DA as exactly as possible (but see known bugs!):

cdrdao read-cd --device /dev/sga --datafile data.cdr data.toc
cdrdao write --swap --device /dev/sgb data.toc 

You may want to do a "md5sum" of "data.cdr" on two successive reads
to ensure the known bug did not occur.

Leon Woestenberg <leon@stack.nl>