LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Burning Audio CD. (https://www.linuxquestions.org/questions/linux-software-2/burning-audio-cd-49753/)

Half_Elf 03-14-2003 12:22 AM

Burning Audio CD.
 
Is there an easy way (or easy prog) to burn audio cd? I tried to make copy of some audio cd and I find very annoying to convert tracks into wav on my HD before burning it on a CD.
Is there an easier way?
Ps: I have only a burner, so I can't use copy-on-the-fly.

Tux_Master 03-14-2003 12:46 AM

try k3b.

http://k3b.sourceforge.net/

hegobald 03-14-2003 05:30 AM

You can use cdda2wav or dagrab to make wav.
Even xmms with the discwriterplugin is easy to use.
Then burn the files with cdrecord.
cdrecord -v dev=1,0,0 -dao *.wav

Half_Elf 03-14-2003 02:48 PM

Ok, maybe "easier" isn't the right word.
"Faster" is better. I know how to use cdda2wav and cdrecord.
cdda2wav does a great job but it takes so much time.
There's no FASTER way?

acid_kewpie 03-14-2003 02:58 PM

you should just be able to clone the disc fine.

dd if=/dev/cdburner of=cdimage
cdrecord cdimage

Half_Elf 03-15-2003 03:35 PM

This does not seems to work, Acid. I don't think it is possible to make an image of an audio cd with dd.
It gives me something like :
input record : 0
output record : 0
(don't remember the exact "error" message, I'm at job right now so I can't give you the real... however I tried this before and it gives a message saying "nothing" have been copied and a 0 KB image.)


All times are GMT -5. The time now is 04:13 AM.