Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264813AbTGGX6T (ORCPT ); Mon, 7 Jul 2003 19:58:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264897AbTGGX6T (ORCPT ); Mon, 7 Jul 2003 19:58:19 -0400 Received: from mail-in-05.arcor-online.net ([151.189.21.45]:15848 "EHLO mail-in-05.arcor-online.net") by vger.kernel.org with ESMTP id S264813AbTGGX6S (ORCPT ); Mon, 7 Jul 2003 19:58:18 -0400 From: Daniel Phillips To: Davide Libenzi Subject: Re: 2.5.74-mm1 Date: Tue, 8 Jul 2003 02:13:53 +0200 User-Agent: KMail/1.5.2 Cc: Linux Kernel Mailing List References: <20030703023714.55d13934.akpm@osdl.org> <200307072107.09855.phillips@arcor.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307080213.53203.phillips@arcor.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1106 Lines: 26 On Tuesday 08 July 2003 00:03, Davide Libenzi wrote: > > > Try to play with SNDCTL_DSP_SETFRAGMENT. Last time I checked the kernel > > > let you set a dma buf for 0.5 up to 1 sec of play (upper limited by > > > 64Kb). Feeding the sound card with 4Kb writes will make you skip after > > > about 50ms CPU blackout at 44KHz 16 bit. RealPlayer uses 16Kb feeding > > > chunks that makes it able to sustain up to 200ms of blackout. > > > > That's just fiddling, it doesn't deal with the basic problem. Anyway, > > big buffers have their own annoyances. Have you tried the graphic > > equalizer in xmms lately? A one second lag on slider adjustment is not > > nice. > > That's not fiddling. It is tuning your app so that it won't require > realtime when it is not needed. But realtime is needed, because there is a deadline for each buffer-fill. Regards, Daniel - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/