From owner-freebsd-questions@FreeBSD.ORG Wed Jan 26 08:15:59 2005 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 0014F16A4CE for ; Wed, 26 Jan 2005 08:15:58 +0000 (GMT) Received: from sccimhc91.asp.att.net (sccimhc91.asp.att.net [63.240.76.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F89F43D1D for ; Wed, 26 Jan 2005 08:15:58 +0000 (GMT) (envelope-from freebsd@nbritton.org) Received: from [192.168.1.10] (12-223-129-46.client.insightbb.com[12.223.129.46]) by sccimhc91.asp.att.net (sccimhc91) with ESMTP id <20050126081557i9100mk0ole>; Wed, 26 Jan 2005 08:15:57 +0000 Message-ID: <41F751BC.5020408@nbritton.org> Date: Wed, 26 Jan 2005 02:15:56 -0600 From: Nikolas Britton User-Agent: Mozilla Thunderbird 1.0 (X11/20041230) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derek References: <%XxUc.21343$pT5.19608@lakeread05> <41F06178.6060804@rogers.com> In-Reply-To: <41F06178.6060804@rogers.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: questions@freebsd.org cc: collin.mcclendon@hotmail.com Subject: Re: Xmms FreeBSD and buzzing or skipping sound 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: Wed, 26 Jan 2005 08:15:59 -0000 Derek wrote: > Collin McClendon wrote: > >> I've noticed for quite some time (at least on 5.x even before >> -CURRENT) that if I'm unzipping or tarring a file that it is enough >> to make xmms play mp3s with intermittent buzzing. I have a fairly >> fast machine, dual athlon 1.53 Ghz with 1 GB of ram and a fully scsi >> setup, 4 10K maxtors in a Raid 0 stripe set. > > > Did you ever find a solution to this Collin? > > I've got a 5.3-STABLE SMP machine, with a promise RAID controller, > RAID1, with snd_emu10k1.ko, and I get the same results... Re-nicing > xmms doesn't help either... > > Cheers, > Derek > I noticed that no one has suggested this thus far so... #sysctl hw.snd #man sound Runtime Configuration The following sysctl(8) variables are available: hw.snd.pcm%d.buffersize Configure the amount of DMA bufferspace available for a device. hw.snd.targetirqrate Set the default block size such that continuous playback will achieve this IRQ rate. This value can be tuned to improve application performance. Increase this value when the sound lags and decrease it if sound stutters or breaks up. My /boot/loader.conf: hw.snd.targetirqrate=48 hint.pcm.0.buffersize="8192"