File: silentjack.1

package info (click to toggle)
silentjack 0.2-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 456 kB
  • ctags: 24
  • sloc: sh: 3,451; ansic: 205; makefile: 7
file content (49 lines) | stat: -rw-r--r-- 958 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
.TH silentjack "1" 0.2
.SH NAME
silentjack \- silence detector for the JACK audio system
.SH SYNOPSYS
\fBsilentjack\fR [options] [COMMAND [ARG]...]

.SH DESCRIPTION
\fBsilentjack\fR listens, using the JACK audio system, for silence. When
silence is detected, it runs the command specified. Once the command 
has been run, a grace period is observed before resuming the silence 
detection.

.SH OPTIONS
.TP
\fB\-c \fI port \fR
.br
Connect to this port
.TP
\fB\-n \fI name \fR
.br
Name of the client (default is '\fBsilentjack\fR')
.TP
\fB\-l \fI db \fR
.br
Triggering level (default \fB-40\fR decibels)
.TP
\fB\-p \fI secs \fR
.br
Period of silence required to trigger
.TP
\fB\-g \fI secs \fR
.br
Grace period
.TP
\fB\-n\fR
.br
Enable verbose mode
.TP
\fB\-q\fR
.br
Enable quiet mode

.SH SEE ALSO:
.br
http://www.aelius.com/njh/silentjack/

.SH AUTHOR
This manual page was written by Andrew Gee <andrew@andrewgee.org> 
for the \fBDebian GNU/Linux\fP system.