From owner-freebsd-questions@FreeBSD.ORG Sat Apr 11 00:07:08 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0519F1065670 for ; Sat, 11 Apr 2009 00:07:08 +0000 (UTC) (envelope-from morganw@chemikals.org) Received: from warped.bluecherry.net (unknown [IPv6:2001:440:eeee:fffb::2]) by mx1.freebsd.org (Postfix) with ESMTP id 94D3F8FC12 for ; Sat, 11 Apr 2009 00:07:07 +0000 (UTC) (envelope-from morganw@chemikals.org) Received: from volatile.chemikals.org (adsl-67-212-212.shv.bellsouth.net [98.67.212.212]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by warped.bluecherry.net (Postfix) with ESMTPSA id 4003A804B028; Fri, 10 Apr 2009 19:07:00 -0500 (CDT) Received: from localhost (morganw@localhost [127.0.0.1]) by volatile.chemikals.org (8.14.3/8.14.3) with ESMTP id n3B06eMm004998; Fri, 10 Apr 2009 19:06:51 -0500 (CDT) (envelope-from morganw@chemikals.org) Date: Fri, 10 Apr 2009 19:06:39 -0500 (CDT) From: Wes Morgan To: kyanh In-Reply-To: <20090410205135.2a813f34@icy.local> Message-ID: References: <20090410205135.2a813f34@icy.local> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Cc: freebsd-questions@freebsd.org Subject: Re: sound configuration for pidgin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Apr 2009 00:07:08 -0000 On Fri, 10 Apr 2009, kyanh wrote: > Hello all, > > I'd like to hear some notification from Pidgin. When configuring Pidgin, I use > mplayer %s > to make Pidgin play stuff. But it's hard to hear the sound as pidgin's volume is small (while the system mixer is almost 100:100). Is there anyway to have a bigger sound in Pidgin? > > Thank you! I would recommend installing the audio/normalize port, and using that to increase the volume of the sound files. If you don't want to alter the audio files, try using this as your sound command: mplayer -af volume=20 %s