From owner-freebsd-questions Sun May 25 06:48:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA22706 for questions-outgoing; Sun, 25 May 1997 06:48:19 -0700 (PDT) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id GAA22698 for ; Sun, 25 May 1997 06:48:16 -0700 (PDT) Received: from ct.picker.com by whqvax.picker.com with SMTP; Sun, 25 May 1997 9:46:41 -0400 (EDT) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA28844; Sun, 25 May 97 09:46:34 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id JAA06406; Sun, 25 May 1997 09:45:36 -0400 Message-Id: <19970525094536.36494@ct.picker.com> Date: Sun, 25 May 1997 09:45:36 -0400 From: Randall Hopper To: Glenn Johnson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sound volume control References: <199705241942.OAA21830@Gforce.iamerica.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.74 In-Reply-To: <199705241942.OAA21830@Gforce.iamerica.net>; from Glenn Johnson on Sat, May 24, 1997 at 02:42:17PM -0500 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Glenn Johnson: |Is there any way to control the sound volume level of sound files redirected |to /dev/audio? Thanks. (If I understand your question) you probably want to install one of the "mixer" packages: audio/xmix audio/xmmix They'll let you tweak the various sound card volumes graphically. If you'd prefer a text-only method (good for scripts), there's: /usr/sbin/mixer which (at least) is available on R2.2.1. For playing .au's and other PCM-outputs, try: mixer vol 50 to adjust the global card volume mixer pcm 50 to be selective and just affect PCM. Randall