Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2001 18:27:28 -0600
From:      Erik Moe <emoe@mmcable.com>
To:        freebsd-multimedia@freebsd.org
Subject:   Making audio CDs with FreeBSD
Message-ID:  <3C1E8D70.86A56F6E@mmcable.com>

next in thread | raw e-mail | index | archive | help
I'm trying to make a copy of an audio CD.  My last two attempts
generated nothing but an hour and a half of static.  I have two drives
in my system, a Toshiba SCSI CD-ROM and an HP 8200 IDE CD-RW.  I'm using
"cdda2wav" to rip the raw data off the SCSI drive and "burncd" to make
the copy on the IDE.

Here is the command I use to do the ripping:

cdda2wav -D0,1,0 -B -Oraw

I think that the rip is successful since I have used sox to play the
audio:

play -t cdr audio_01.raw

Now I burn the disk:

burncd -f /dev/acd0c -S 4 audio audio_??.raw fixate

Generates 12 tracks of static.  I thought that it may have something to
do with the endianess of the input file so I tried another rip:

cdda2wav -D0,1,0 -B -Oraw -C guess -E big

Thinking that the original file was little endian and needed to be big
endian.  Same effect, nothing but static.  Anyone know the real deal?

Thanks,

Erik
emoe@mmcable.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C1E8D70.86A56F6E>