blob: 77dc350ed2f4d8806c73d753b79ac8752ceebc44 (
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
81
|
# pod source for jaaa man page
# pod2man -s1 -r0.8.4 --stderr -nJAAA -cSlackBuilds.org < jaaa.pod > jaaa.1
=pod
=head1 NAME
jaaa - JACK and ALSA Audio Analyser
=head1 SYNOPSIS
jaaa I<options>
=head1 DESCRIPTION
jaaa is an audio signal generator and spectrum analyser designed to make
accurate measurements.
=head1 OPTIONS
Either B<-J> or B<-A> is required.
=over
=item -h
Display this text
=item -name <name>
JACK and X11 name
=item -J
Use JACK, with options:
=over
=item -s <server>
Select JACK server
=back
=item -A
Use ALSA, with options:
=over
=item -d <device>
ALSA device [hw:0]
=item -C <device>
Capture device
=item -P <device>
Playback device
=item -r <rate>
Sample frequency [48000]
=item -p <period>
Period size [1024]
=item -n <nfrags>
Number of fragments [2]
=back
=back
=head1 AUTHOR
(C) 2004-2010 Fons Adriaensen <fons@kokkinizita.net>
|