View Full Version : Audio CD iso from wav files on the shell
graysky
2nd July 2012, 21:52
I googled around for this but haven't found a solution. I want to take a directory of wav files and write them to an iso file that can be burned off to a CD (a functional audio CD) at a later time. Closest I found is using /usr/bin/genisoimage but it doesn't make an audio CD image, rather, just a data iso.
genisoimage -o test.iso ./music/*.wav
Ghitulescu
3rd July 2012, 17:05
IIRC xroastcd could do it ....
setarip_old
4th July 2012, 01:58
@graysky
Hi!
I believe NERO has this capability...
manolito
5th July 2012, 16:57
The audio CD format is not compatible with the standard ISO format. You can only have one track in a standard ISO file.
For an image of a standard audio CD you need to use the bin/cue image format (or a different image format like Nero NRG, Alcohol or the CloneCD format).
Cheers
manolito
cord-factor
7th July 2012, 08:11
Do you need exactly CLI solution? If not, you can use K3b (start new AudioCD project and set 'only create image' check mark).
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.