Skip site navigation (1)Skip section navigation (2)
Date:      26 Dec 2001 11:39:41 -0500
From:      Roger Savard <Unix@henoc.com>
To:        freebsd-multimedia@freebsd.org
Subject:   Audio CD's
Message-ID:  <1009384781.247.4.camel@JSBach.henocoffice.com>

next in thread | raw e-mail | index | archive | help
Hi,

I recently switch from a scsi to an ata desktop and
yesterday I "cloned" a few CD's. The cdda2wav comes
from /usr/ports/sysutils/cdrtools


First:
	cdda2wav -v255 -D/dev/acd0c -S32 -x -Oraw  -E little -B
	or
	cdda2wav -v255 -D/dev/acd0c -S32 -x -Oraw  -E little -t12 

	(Grab track 12)

This grabs the whole cd or track 12. After a few tries I realized that I
needed to swap Bytes order (Big-> little endian), this the reason why 
you have the -B option.

Then I burned my CD's

	burncd -s12 -f/dev/acd0c raw *.raw fixate

It makes excellent quality CD's.

Hope that helps.



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?1009384781.247.4.camel>