| |
Dagrab is a linux program for dumping tracks from audio CD to
riff wave files. It works with IDE CD-ROMs and supports:
Jitter correction filter (-J option: protection against cracks)
Dumping to stdout, so you can use something like this:
dagrab 1 -f - | lame (will pack 1st track to mp3)
dagrab all -f - | play (will play whole the CD)
dagrab all -f - | lame (will pack the whole CD in one mp3)
Mostly faster grabbing than cdparanoia
With -J option you will hear no cracks (in contrast to
cdda2wav
or paranoia), because it works as a filter
Includes a script grab to automatically generate
mp3/ogg files from a CD or
You can run another command after grabbing each track and
you can use
CDDB support (Note: if you are using for example
bladeenc or
gogo
instead of lame, id3ed
is recommended)
|