|
Duplicate Audio CD Using cdrecord
| |
On Alpine (101.25) and Festival (101.16) we can use cdrecord
(which fails on Mint (101.32)) to duplicate an audio CD in
Disk At Once mode. The SCSI device for the CD-RW is
1,1,0 on Alpine (101.25) and 0,0,0 and Festival (101.16).
First extract the audio from the source CD into individual WAV files:
# cdda2wav -v255 -D /dev/hdc -B -Owav
|
Record the individual WAV files to CD:
# cdrecord -v speed=8 dev=2,0,0 -dao -useinfo *.wav
|
Using cdrecord to record Track At Once mode (with a resulting 2 second
gap between each track)
# cdrecord -v speed=4 dev=0,1,0 -pad -audio -dummy *.wav
|
Copyright © 1995-2006 [email protected]
|
|