cdda

Java library for creating Audio CD disk image

Does anyone know of a library or open source project that contains code for creating an audio CD disk image? ...

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