##To rip entire CD into wav files:
cdda2wav -D /dev/hdc -B
## The device /dev/??? can be determined by running this command: wodim --devices
## To rip individual tracks, eg: track 1
cdda2wav -D /dev/hdc -t 1
## To rip a range of tracks, eg: track 1 -7
cdda2wav -D /dev/hdc -t 1+7
Haven't figure out how to rip a range of tracks, for example track 1, 3, 7, 9 ...
No comments:
Post a Comment