From owner-freebsd-ports@FreeBSD.ORG Wed Feb 24 21:42:36 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 180E41065670 for ; Wed, 24 Feb 2010 21:42:36 +0000 (UTC) (envelope-from varga.michal@gmail.com) Received: from mail-fx0-f223.google.com (mail-fx0-f223.google.com [209.85.220.223]) by mx1.freebsd.org (Postfix) with ESMTP id A05358FC1C for ; Wed, 24 Feb 2010 21:42:35 +0000 (UTC) Received: by fxm23 with SMTP id 23so145450fxm.3 for ; Wed, 24 Feb 2010 13:42:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=pq/z5LLtGHlgR755SQBA1mJO86uPOnRI6WRnZurjYZQ=; b=gSJGcKsHZm6LIZpkXPnIssBIPW/jPIoFJ+PMMtqVRCRx/V8pch7c2L0QB3848B7ry4 DMnT1+SJsepdxuFrjb1J7uxSxjpSb3zrUSYm0yhnYxlvzoyI/CYzGekllQWciekzSSRH ZI0rDGJFostwq2fWU5/7NjDnM6Ht/OyeeiFwM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=NktoEsM9lGYJckmLY+hT4hPPfBNFhBW75sOP9aqO+nfv5gfQp93mwytjkGyZ1ABUpd beRC6MFiv66G0tzK35dQTh3P9dNdDR+JU/p6ZNT/P44pcC38o25mwZsaoP5pvFyQwp1w SDcoqm6cykBFQ7jX0xDlTXb8zdAW3KGxnmzr4= MIME-Version: 1.0 Received: by 10.223.161.201 with SMTP id s9mr406273fax.7.1267047742086; Wed, 24 Feb 2010 13:42:22 -0800 (PST) In-Reply-To: <4B859118.5090507@comcast.net> References: <20100223195410.b6a31389.piokud84@gmail.com> <4B843E47.9060400@comcast.net> <3f1fd1ea1002241242l6c77353eo8b1bb3badc6c0e95@mail.gmail.com> <4B859118.5090507@comcast.net> Date: Wed, 24 Feb 2010 22:42:22 +0100 Message-ID: <3f1fd1ea1002241342s5acae21al511d4533007ee752@mail.gmail.com> From: "varga.michal@gmail.com" To: Steve Polyack Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: Audacious2 few issues X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Feb 2010 21:42:36 -0000 On Wed, Feb 24, 2010 at 9:50 PM, Steve Polyack wrote: > It does indeed help, but when using software volume control there is a 1-= 2 > second lag between moving the slider and the volume actually changing. = =C2=A0I > guess at leas the volume does not reset upon changing songs. > Yes, this is too one of the issues that -crossfade output never had while running with software mixer (I personally hate my apps messing with my global volume levels as they have no "right" to do that - software volume is a must in my world). Anyway - you can try setting the buffer sizes to any min. allowed values (100-200ms?) in both main app and your output plugin, it should minimize the lag to only 'slightly' annoying. As you say - it's better than the other way around. m.