[Debburn-devel] CD-Extra issues
Thomas Schmitt
scdbackup at gmx.net
Fri Dec 5 16:40:54 UTC 2014
Hi,
> Now I'm wondering where to find a copy of the mkisofs source
> code. The maintainership situation of all the related tool is slightly
> confusing, to say the least so I haven't found the one Authoritative
> Source yet.
I guess from your use of wodim, that you deal with genisoimage
out of cdrkit, the Debian fork of cdrtools as of 2006.
Its homepage seems to have gone meanwhile, but there are
source tarballs like
http://ftp.de.debian.org/debian/pool/main/c/cdrkit/cdrkit_1.1.11.orig.tar.gz
and in there
drwxr-xr-x steve/users 0 2010-10-18 00:29:38 cdrkit-1.1.11/genisoimage/
It is unlikely that the code for option -C has changed
significantly since cdrkit was forked. So the exact version
should not matter much.
I myself mostly refrain from looking into this source, because
i want to keep my code independent of cdrtools. A few times i
had to do, nevertheless, to identify bugs or the reason of
peculiar behavior.
> Faking the TOC - easy enough.
Thanks for the template. I already began to get lost in the man
page. :)
> And here the wav files to go with it:
> sox -r 44.1k -e signed -b 16 -c 2 --type raw /dev/urandom \
man cdrdao states that you can fill in the raw random data:
"[ FILE | AUDIOFILE ] "<filename>" <start> [ <length> ]
...
Audio files may have raw or WAVE format with 16 bits per sample,"
Actually the CD wants raw data, aligned to blocks of 2352 bytes.
The following URL helped me to teach libburn reading raw data
from a .wav file:
https://ccrma.stanford.edu/courses/422/projects/WaveFormat/
> Shouldn't bring to too deep into legal trouble withe GEMA ;-)
But maybe there is a patent about automatic generation of
GEMA-free music. 8-O
Have a nice day :)
Thomas
More information about the Debburn-devel
mailing list