>> >> I like to end up with a raw/toc pair of files to act as a raw backup >> >> of the CD, and a series of individual FLAC files for each track. For >> >> the individual files, would you do that like this: >> >> >> >> # cdda2wav -B -Oraw >> >> # rm audio.cddb >> >> # rm audio.cdindex >> >> # rm *.inf >> >> # flac --best --endian=big --sign=signed --channels=2 --bps=16 >> >> --sample-rate=44100 --verify CD/audio_*.raw >> >> >> >> How would you generate a raw/toc(inf?) pair for backup? >> > >> > The toc information is coded in the adjacent .inf file. >> >> But how do you get cdda2wav to produce a single raw/inf pair instead >> of a pair for each track? I tried removing -B but it then only rips >> the first track. > > I don't understand your problem. Did you read the cdda2wav man page?
I did read it but I didn't find a way to get cdda2wav to produce a single raw/inf pair for the entire CD instead of a pair for each track. Do you know if it can do that? - Grant