.TH cam 1 .IX cam .SH NAME cam \- CPU'S AUDIO MIXER for Linux .SH SYNOPSIS .TP .B cam [\fB-v\fP x,y] [\fB--volume\fP x,y] [\fB-b\fP x,y] [\fB--bass\fP x,y] [\fB-t\fP x,y] [\fB--treble\fP x,y] [\fB-s\fP x,y] [\fB--synth\fP x,y] [\fB-p\fP x,y] [\fB--pcm\fP x,y] [\fB-S\fP x,y] [\fB--speaker\fP x,y] [\fB-l\fP x,y] [\fB--line\fP x,y] [\fB-m\fP x,y] [\fB--mic\fP x,y] [\fB-c\fP x,y] [\fB--cd\fP x,y] [\fB-M\fP x,y] [\fB--mixer\fP x,y] [\fB-a\fP x,y] [\fB--altpcm\fP x,y] [\fB-r\fP x,y] [\fB--reclev\fP x,y] [\fB-i\fP x,y] [\fB--igain\fP x,y] [\fB-o\fP x,y] [\fB--ogain\fP x,y] [\fB-l1\fP x,y] [\fB--line1\fP x,y] [\fB-l2\fP x,y] [\fB--line2\fP x,y] [\fB-l3\fP x,y] [\fB--line3\fP x,y] [\fB-3d\fP 1|0] [\fB--3dse\fP 1|0] [\fB-agc\fP 1|0] [\fB--agc\fP 1|0] [\fB-h\fP] [\fB-?\fP] [\fB--help\fP] [\fB-get\fP] [\fB-save\fP] [\fB-getfile\fP filename] [\fB-savefile\fP filename] .TP .B xcam .SH DESCRIPTION This is an audio mixer for Linux. You have the choice to use it with an \fBinterface\fP or at the \fBcommand\fP line. .PP .SH OPTIONS When using the \fBinterface\fP you can use the following keys : .TP \fILEFT ARROW\fP decrease the volume of the current device. .TP \fIRIGHT ARROW\fP increase the volume of the current device. .TP \fIUP ARROW\fP go to previous device. .TP \fIDOWN ARROW\fP go to next device. .TP \fIL\fP locks or unlocks : .nf unlocked : you can control the left and right channel separately. .nf lock : left and right channel are controlled together. .TP \fIR\fP turn on/off recording mode : .nf red lamp : recording turned \fBon\fP .nf green lamp : recording turned \fBoff\fP .TP \fI3\fP turn on/off 3D Stereo Enhancement (3DSE) device : .nf when turned on green indicator \fB3D\fP will be lit at the left side of main volume handle. .TP \fIA\fP turn on/off microphone Automatic Gain Control : .nf when turned on green indicator \fBAGC\fP will be lit at the left side of microphone volume handle. .TP .TP \fIS\fP save the settings of ALL devices in a file ($HOME/.camrc) .TP \fIG\fP loads the saved settings and restores them. .TP \fIH\fP shows the help screen. .TP \fIQ/ESC\fP exits the program and returns to shell. .PP \fBNOTE\fP: you can use upper or lower case. .PP When using the \fBcommand line\fP options the \fBinterface\fP is not shown. .PP The following \fBoptions\fP are available : .TP 10 \fI-v, --volume x,y\fP Set 'volume' to x (left) and y (right) .TP \fI-b, --bass x,y\fP Set 'bass' to x (left) and y (right) .TP \fI-t, --trebble x,y\fP Set 'treble' to x (left) and y (right) .TP \fI-s, --synth x,y\fP Set 'synth' to x (left) and y (right) .TP \fI-p, --pcm x,y\fP Set 'pcm' to x (left) and y (right) .TP \fI-S, --speaker x,y\fP Set 'speaker' to x (left) and y (right) .TP \fI-l, --line x,y\fP Set 'line in' to x (left) and y (right) .TP \fI-m, --mic x,y\fP Set 'microphone' to x (left) and y (right) .TP \fI-c, --cd x,y\fP Set 'CD in' to x (left) and y (right) .TP \fI-I, --imix x,y\fP Set 'mixer' to x (left) and y (right) .TP \fI-a, --altpcm x,y\fP Set 'altpcm' to x (left) and y (right) .TP \fI-r, --reclev x,y\fP Set 'record level' to x (left) and y (right) .TP \fI-i, --igain x,y\fP Set 'input gain' to x (left) and y (right) .TP \fI-o, --ogain x,y\fP Set 'output gain' to x (left) and y (right) .TP \fI-l1, --line1 x,y\fP Set 'line 1' to x (left) and y (right) .TP \fI-l2, --line2 x,y\fP Set 'line 2' to x (left) and y (right) .TP \fI-l3, --line3 x,y\fP Set 'line 3' to x (left) and y (right) .TP \fI-3d, --3dse 1|0\fP Set 3D Stereo Enhancement to 1 (on) or 0 (off) .TP \fI-agc, --agc 1|0\fP Set Automatic Gain Control for microphone to 1 (on) or 0 (off) .TP \fI-get\fP restore the saved values from $HOME/.camrc .TP \fI-save\fP save the values to $HOME/.camrc .TP \fI-getfile filename\fP restore the saved values from file 'filename' .TP \fI-savefile filename\fP save the values to file 'filename' .TP \fI-h, -?, --help\fP displays help .PP \fBNOTE\fP: x and y are in range from 1 to 100. Higher or lower numbers are ignored. .SH BUGS None known as yet. If you find one, please let me know. .SH AUTHOR Jan 'TWP' VANDENBERGHE