Ignore all the files inside build-scripts
[jackmeter.git] / jack_meter.1
blob2cb7de57859abe3e850f492cd9a219435ea5631d
1 .TH jack_meter "1" 0.3 "September 2005"
2 .SH NAME
3 jack_meter \- Console based Digital Peak Meter for JACK
4 .SH SYNOPSYS
5 \fBjack_meter\fR [ \-f \fIfreqency\fR ] [ \-r \fIref-level\fR ]
6 [ \-w \fIwidth\fR ] [\-n ] [ \fI<port>\fR, ... ]
7 .br
8 \fBjack_meter\fR
9 \-h
11 .SH DESCRIPTION
12 \fBjack_meter\fR is a basic console based DPM (Digital Peak Meter).
13 I wrote it for quickly checking remote signal levels, without having to 
14 run X11 to use a pretty graphical meter such as \fBmeterbridge\fR.
16 The port parameter is optional - when missing then you have to connect 
17 up the meter to an input port manually. 
18 If more than one port is specified then the inputs are mixed.
20 .SH OPTIONS
21 .TP
22 \fB\-f \fI freqency \fR
23 .br
24 How many times per second to refresh the meter. Default is \fB8\fR.
25 .TP
26 \fB\-r \fI ref-level \fR
27 .br
28 The reference signal level for 0dB on the meter.
29 .TP
30 \fB\-w \fI width \fR
31 .br
32 The width of the meter (number of characters). The default is \fB79\fR,
33 one less than the typical terminal width.
34 \fB\-n
35 .br
36 Outputs meter level as a number in decibels instead of a bar graph display. 
38 .SH SEE ALSO:
39 .br
40 http://www.aelius.com/njh/jackmeter/
41 .br
42 http://plugin.org.uk/meterbridge/
43 .br
44 http://jackit.sourceforge.net/
46 .SH AUTHORS
47 Nicholas J. Humfrey <njh@aelius.com>