freebsd-dev/usr.sbin/mixer/mixer.8

141 lines
3.7 KiB
Groff
Raw Normal View History

1997-01-10 06:33:13 +00:00
.\" Copyright (c) 1997
.\" Mike Pritchard <mpp@FreeBSD.ORG>. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. Neither the name of the author nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY MIKE PRITCHARD AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
1999-08-28 01:35:59 +00:00
.\" $FreeBSD$
.\"
1997-01-10 06:33:13 +00:00
.Dd January 9, 1997
.Dt MIXER 8
.Os
.Sh NAME
.Nm mixer
.Nd set/display soundcard mixer values
.Sh SYNOPSIS
.Nm
.Op Fl f Ar device
.Oo
.Oo Ns
.Ar dev Op Ar lvol Ns Op Ar :rvol
.Li | recsrc |
.Ar {^|+|-|=}rec rdev
.Oc
.Ar ... \&
.Oc
1997-01-10 06:33:13 +00:00
.Sh DESCRIPTION
The
.Nm
command is used to set and display soundcard mixer device levels.
It may
also be used to start and stop recording from the soundcard. The list
of mixer devices that may be modified are:
1997-01-10 06:33:13 +00:00
.Pp
.Bd -ragged -offset indent
1997-01-10 06:33:13 +00:00
vol, bass, treble, synth, pcm, speaker, mic, cd, mix,
pcm2, rec, igain, ogain, line1, line2, and line3.
.Ed
1997-01-10 06:33:13 +00:00
.Pp
Not all mixer devices are available.
1997-01-10 06:33:13 +00:00
.Pp
When
.Nm
is run without any arguments, all supported devices are displayed
along with current values.
1997-01-10 06:33:13 +00:00
If the
.Ar dev
argument is specified, the value for the
.Ar dev
device will be displayed.
1997-01-10 06:33:13 +00:00
.Pp
To modify the mixer value
.Ar dev ,
1997-01-10 06:33:13 +00:00
the optional left and right channel settings of
.Ar lvol Ns Op Ar :rvol
1997-01-10 06:33:13 +00:00
may be specified. The
.Ar lvol
1997-01-10 06:33:13 +00:00
and
.Ar rvol
1997-01-10 06:33:13 +00:00
arguments may be from 0 - 100.
.Pp
To change the recording device you use one of:
.Bl -tag -width =rec -offset indent
.It ^rec
toggles
.Ar rdev
of possible recording devices
.It +rec
adds
.Ar rdev
to possible recording devices
.It -rec
removes
.Ar rdev
from possible recording devices
.It =rec
sets the recording device to
.Ar rdev
.El
.Pp
The above commands work on an internal mask. After all the options
have been parsed, it will set then read the mask from the sound card.
This will let you see EXACTLY what the soundcard is using for the
recording device(s).
.Pp
The option recsrc will display the current recording devices.
.Pp
The option
.Fl f
.Ar device
will open
1997-01-10 06:33:13 +00:00
.Ar device
as the mixer device.
This will ONLY work if the
.Fl f
option is immediately after the
.Nm
command.
1997-01-10 06:33:13 +00:00
.Sh FILES
.Bl -tag -width /dev/mixer -compact
.It Pa /dev/mixer
1999-11-27 16:55:50 +00:00
the default mixer device
.El
1997-01-10 06:33:13 +00:00
.Sh SEE ALSO
.Xr cdcontrol 1
1997-01-10 06:33:13 +00:00
.Sh HISTORY
The
.Nm
command first appeared in
.Fx 2.0.5 .
.Sh AUTHORS
1997-09-29 06:38:49 +00:00
Original source by
.An Craig Metz Aq cmetz@thor.tjhsst.edu
1997-09-29 06:38:49 +00:00
and
.An Hannu Savolainen .
Mostly rewritten by
.An John-Mark Gurney Aq jmg@FreeBSD.org .
1997-01-10 06:33:13 +00:00
This
1997-09-29 06:38:49 +00:00
manual page was written by
.An Mike Pritchard Aq mpp@FreeBSD.org .