Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


cdda2wav | 14 comments | Create New Account
Click here to return to the 'cdda2wav' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
cdda2wav
Authored by: Auricle on Jun 09, '04 05:57:33PM

I don't know of a GUI utility for MacOS which will do this directly, but cdda2wav (installed via Fink) should output the necessary data which could be reformatted via a script into CUE format.

For extracting the PCM audio into separate tracks with WAV headers:

cdda2wav -paranoia --cddb=0 -B -O wav dev=IODVDServices
This will create an info file for each track and two files for the entire disk. If you're handy with scripting, you could create a CUE sheet from this data.

cdda2wav is great for making sure you're getting the bits off the disc correctly.



[ Reply to This | # ]
cdda2wav
Authored by: Auricle on Jun 09, '04 06:00:52PM

Clicked the wrong reply link... this was a response to the query about CUE sheets, not the OP. Sorry...



[ Reply to This | # ]