burning

How to burn an Audio CD programmatically in Mac OS X

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 inpu...

How to instantiate MsftRawCDImageCreator?

I'm trying to write a program in C++ that is able to burn an Audio CD without gaps between the tracks. From what I found, this has only recently been made possible using IMAPI, but should be possible since Windows XP SP2 and Vista SP1. The problem is that I can't find any example code on how to do this. What I did find is that I need to...

Detecting format of raw burned data which was burn as CDDA

Given a file containing raw data burned to a CD/DVD, I'm trying to figure out which format was used (i.e. ISO, UDF, etc.). For example, I can detect the ISO9660 format because in the beginning of one of the 2048-byte sectors I can find the string "CD001". However, when it comes to CDDA (Redbook) data, it seems to be much harder. I tried...

Java library to burn & print light scribe cd

Do you know if exists a good Java library to burn & print light scribe cd, if possible free or yet best open source Have you already used some of them? It's possible to print either text and images on cd? ...