summaryrefslogtreecommitdiffstats
path: root/audio/japa/japa.1
blob: 0a907f43113df8ebc8ef86656eb1b1a1710d2fb1 (plain)
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
.TH JAPA 1 "January 14, 2014"
.SH NAME
japa \- JACK or ALSA perceptual analyser
.SH SYNOPSIS
.B japa
.RI { -h | -A | -J }
.RI [ options ]
.br
.SH DESCRIPTION
.B Japa
(JACK and ALSA Perceptual Analyser), is a 'perceptual' or 'psychoacoustic'
audio spectrum analyser. Possible uses include spectrum monitoring while mixing
or mastering, evaluation of ambient noise, and (using pink noise), equalisation
of PA systems. For more information see /usr/doc/japa-@VERSION@/README.
.SH OPTIONS
One out of
.B \-A
and
.B \-J
must be given.
.TP
.B \-h
Show summary of options.
.TP
.B \-J
Use JACK.
.TP
.B \-s <server>
Select JACK server. Default is 'default' or $JACK_DEFAULT_SERVER environment variable.
Only valid with
.B \-J
option.
.TP
.B \-A
Use ALSA. Options
.B \-d
,
.B \-C
,
.B \-P
,
.B \-r
,
.B \-p
, and
.B \-n
are only valid with this option.
.TP
.B \-d <device>
Specify ALSA device. Defaults to hw:0.0. This option sets the
playback and capture devices to the same device. For separate capture and playback,
use
.B \-C
and
.B \-P
instead.
.TP
.B \-C <device>
Specify alsa capture device.
.TP
.B \-P <device>
Specify alsa playback device.
.TP
.B \-r <rate>
Specify sample frequency. Defaults to 48000.
.TP
.B \-p <period>
Specify period size. Defaults to 1024.
.TP
.B \-n <nfrags>
Specify number of fragments. Defaults to 2.
.SH SEE ALSO
.BR jackd (1).
.SH AUTHOR
japa was written by Fons Adriaensen <fons@kokkinizita.net>.
.PP
This manual page was written by Helmut Grohne <helmut@subdivi.de>,
for the Debian project (but may be used by others). It was modified
by B. Watson <yalhcry@gmail.com) for the SlackBuilds.org project,
and may still be used by others.