Question

All the info I can find about burning cd's is for Windows, or about full programs to burn cd's. I would however like to be able to burn an Audio CD directly from within my program.

I don't mind using Cocoa or Carbon, or if there are no API's available to do this directly, using a command-line program that can use a wav/aiff file as input would be a possibility too if it can be distributed with my application.

Because it will be used to burn dj mixes to cd, it would also be great if it is possible to create different tracks without a gap between them.

Was it helpful?

Solution

Check out the Apple-supplied drutil command. If you need more flexibility, the DiscRecording Framework is documented here.

OTHER TIPS

Command:

drutil burn -audio /path/to/folder
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top