From owner-freebsd-questions Wed May 16 13:55:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id A566137B422 for ; Wed, 16 May 2001 13:55:37 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 87759 invoked by uid 100); 16 May 2001 20:55:35 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15106.59719.488089.527732@guru.mired.org> Date: Wed, 16 May 2001 15:55:35 -0500 To: "H. Wade Minter" Cc: questions@freebsd.org Subject: Re: Burncd causes a "click" In-Reply-To: <63280708@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG H. Wade Minter types: > I'm burning audio CDs with both cdrecord under Linux and burncd under > FreeBSD 4-STABLE. Both work fine, but when I listen to the CDs burned > under FreeBSD, there is an audible "click" at the beginning of every > track. The ones burned via cdrecord/Linux don't have the click. > > Is this a known problem? Sounds like you're burning WAV files instead of raw audio. cdrecord skips over the non-audio header in that case; burncd doesn't The non-audio header then produces the click when you play it. If that's the case, you need to either strip the header by hand, or use convert the file to a raw PCM file. Check the -questions list arcvhive for details. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message