Date: Sat, 29 Nov 2008 13:06:27 +0100 From: Joerg.Schilling@fokus.fraunhofer.de (Joerg Schilling) To: yuri@rawbw.com, freebsd-questions@freebsd.org Subject: Re: Copying audio CD with dd/cdrecord produces unplayable CD Message-ID: <49313043.mP3zqfP/2LOQEKJe%Joerg.Schilling@fokus.fraunhofer.de>
next in thread | raw e-mail | index | archive | help
>I am trying to copy an audio CD. >First I've ran: >dd if=/dev/acd0tN of=track-N.cdr bs=2352 >for every track. This gets raw track files. >Secondly I run: >cdrecord -v -dao -audio $* dev=2,0,0 speed=4 >This is supposed to recreate the original CD. >But when I try to play it I can hear only noise. Well, you should not expect to get a usable read result from dd. It is much better to use cdda2wav -vall to read the original and if you later use cdrecord -useinfo .... you will get a correct copy. BTW: cdrecord of course works in a platform independent way and thus expects raw audio data in standard network byte order.... Jörg -- EMail:joerg@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin js@cs.tu-berlin.de (uni) schilling@fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49313043.mP3zqfP/2LOQEKJe%Joerg.Schilling>