From owner-freebsd-multimedia Mon Dec 17 16:16:27 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail6.mmcable.com (fe6.rdc-kc.rr.com [24.94.163.53]) by hub.freebsd.org (Postfix) with ESMTP id 9F7DF37B41C for ; Mon, 17 Dec 2001 16:16:18 -0800 (PST) Received: from mmcable.com ([65.28.133.76]) by mail6.mmcable.com with Microsoft SMTPSVC(5.5.1877.537.53); Mon, 17 Dec 2001 18:16:31 -0600 Message-ID: <3C1E8D70.86A56F6E@mmcable.com> Date: Mon, 17 Dec 2001 18:27:28 -0600 From: Erik Moe X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Subject: Making audio CDs with FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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