CLICK HERE TO VISIT THE UPDATED SURVIVAL GUIDE
Duplicate Audio CD Using cdrdao
| |
On Alpine (39.41) and Festival (39.32) we can use cdrecord
(which fails on Mint (39.48)) to duplicate an audio CD in
Disk At Once mode. The SCSI device for the CD-RW is
1,1,0 on Alpine (39.41) and 0,0,0 and Festival (39.32).
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
|
Support further development by purchasing the PDF version of the book.
Other online resources include the
Data Science Desktop Survival
Guide.
Books available on Amazon include
Data Mining with Rattle
and
Essentials of Data Science.
Popular open source software includes
rattle
and
wajig.
Hosted by Togaware, a
pioneer of free and open source software since 1984.
Copyright © Togaware Pty Ltd. . Creative
Commons ShareAlike V4.