From owner-freebsd-questions@FreeBSD.ORG Mon Mar 29 13:16:42 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 119BF16A4CE for ; Mon, 29 Mar 2004 13:16:42 -0800 (PST) Received: from mxfep01.bredband.com (mxfep01.bredband.com [195.54.107.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C71C43D2D for ; Mon, 29 Mar 2004 13:16:40 -0800 (PST) (envelope-from dion@bredband.net) Received: from Hecate.my.hell ([213.113.217.188] [213.113.217.188]) by mxfep01.bredband.com with SMTP id <20040329211639.JNHH12989.mxfep01.bredband.com@Hecate.my.hell>; Mon, 29 Mar 2004 23:16:39 +0200 Date: Mon, 29 Mar 2004 23:16:39 +0200 From: Peder Blom To: Ada Cheng Message-Id: <20040329231639.3a5bca75.dion@bredband.net> In-Reply-To: <20040329134554.N73969@infinity.kettering.edu> References: <20040329134554.N73969@infinity.kettering.edu> X-Mailer: Sylpheed version 0.9.10 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: questions@FreeBSD.ORG Subject: Re: High pitch/wrong frequency audio on disc via burncd 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: Mon, 29 Mar 2004 21:16:42 -0000 On Mon, 29 Mar 2004 13:51:01 -0500 (EST) Ada Cheng wrote: > Good afternoon, > I have a series of wma files (speeches) which I convert to wav > via > mplayer. The wav files played fine using both xmms and Noatun. > However when I burn them onto a cd via burncd: > burncd -f /dev/acd0c audio *.wav fixate > the resulting audio on the disc gives me high pitch/wrong frequency > audio. > > I never had problem with burncd before but this is the first time I > burned wav files obtained via conversion from wma files. > > Any help is greatly appreciated. > > Many thanks in advance. > > Ada It's likely a problem with the samplerate of your wav files. To burn an audio cd your tracks should be in stereo with a samplerate of 44100 Hz. Also, take a look at the FreeBSD Handbook sec 16.3.4 to see why you should convert to raw pcm instead of wav when you use burncd.