>> > cdda2wav writes a single file per track. Why do you like additional splits?
>>
>> 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.

> Try to run an extrat run and ask if there are parts that you do not 
> understand.

What is an extrat run?

Thanks,
Grant

Reply via email to