|
NAMEaumix —
adjust audio mixer
SYNOPSIS
DESCRIPTIONThis program adjusts the settings of an audio mixing device. It can be used from the command line, in scripts, or interactively with the keyboard or mouse.OPTIONSCHANNEL OPTIONS
For each channel, OTHER OPTIONS
EXAMPLESThe commandaumix -q -v75 -m 0 -c R -c+10 -m q prints all settings, sets volume to 75%, sets microphone to 0, sets CD to record, increases the CD level by ten (both left and right), and prints the new settings for the microphone. The .aumixrc file containing: vol:60:60 wait:5000 vol:50:50 sets the volume to 60%, waits five seconds, then reduces the volume to 50%. Note that "wait" lines will not be saved by aumix. They must be added by hand. INTERACTIVE USEIf no options are given on the command line, andaumix
is compiled with ncurses, it will run interactively.
LAYOUTThe left bank of controls is used for adjusting levels; the right bank is for adjusting balance. Mixing channels not supported by your hardware will not be shown. Mixing channels which are stereo-capable will have balance controls.KEYSThe following keys controlaumix in interactive mode:
^Z, ^D and ^C also have their normal function (the screen is
refreshed when MOUSEIn interactive mode,aumix can accept input from the
mouse if
gpm(8) is
running and aumix is compiled with
gpm(8)
support. If gpm is not running but gpm support is included, the message
‘mouse off ’ will appear at the top of
the screen, and only keyboard input will be accepted. With
gpm(8)
running, most functions can be performed through the mouse. The mouse is
active whenever one of its buttons is held down. While active, it works in the
following ways:
ENVIRONMENTTheHOME variable is used. When
aumix is compiled with GTK+ support,
DISPLAY is checked, and if set is used.
LANG is used when aumix the
ncurses screen is displayed.
FILESSaved settings for the mixer are kept in the /etc/aumixrc and $HOME/.aumixrc files, but can be kept anywhere if specified explicitly. Color schemes are normally kept in the directory given byDATADIR at compilation time, but are preferentially
loaded from the current directory and can be kept anywhere so long as the path
to them is specified. The format of these files is:
item
foreground background
where item is one of
‘ If either foreground or background is given as
‘ An xpm icon is provided. VERSIONThis page corresponds to version 2.9.1.BUGSSuspending with ^Z may make the terminal difficult to use.HOME PAGEhttp://jpj.net/~trevor/aumix.html MAILING LISTShttps://gna.org/mail/?group=aumix SEE ALSOgpm(1), moused(8), sb(4), xaumix(1)
Visit the GSP FreeBSD Man Page Interface. |