From owner-freebsd-questions@FreeBSD.ORG Thu Apr 22 01:36:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5941D16A4CE for ; Thu, 22 Apr 2004 01:36:17 -0700 (PDT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DCE843D58 for ; Thu, 22 Apr 2004 01:36:15 -0700 (PDT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.12.9/8.12.3) with ESMTP id i3M8aAui098985; Thu, 22 Apr 2004 10:36:11 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.9/8.12.3/Submit) id i3M8a5dd098983; Thu, 22 Apr 2004 10:36:05 +0200 (CEST) (envelope-from marc) Date: Thu, 22 Apr 2004 10:36:04 +0200 From: Marc Fonvieille To: list@arameus.net Message-ID: <20040422083604.GA98765@abigail.blackend.org> References: <200404220740.i3M7eor19620@server1.web-mania.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404220740.i3M7eor19620@server1.web-mania.com> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.8-STABLE cc: freebsd-questions@freebsd.org Subject: Re: burncd question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2004 08:36:17 -0000 On Thu, Apr 22, 2004 at 08:40:50AM +0100, list@arameus.net wrote: > > Greetings all, > I have used the burncd tool many a time to burn audio cd's from wav's, > however recently I have been having problems. > > I have recorded some wav files using audio/audacity. A nice lil > multitrack editor. All I want to do is burn them to cd. So if I do this > (as I always have): > > burncd -s max audio file.wav fixate > > It does indeed burn a cd. But the audio is much faster than it should be. > Why is this? I have tryed this on two machines running > freebsd-5.2-release and they both have the same output. My wav is 32 bit > at a sample rate of 44100. I have also tryed converting to a 16 bit wav, > but the outcome is the same. Is there something I have overlooked? > burncd supports "raw PCM", the wav header should be a cause of problem. Try the command given at bottom of http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-mp3.html this should "normalize" your audio file. Marc