summaryrefslogtreecommitdiffstats
path: root/audio/jaaa/jaaa.pod
diff options
context:
space:
mode:
author B. Watson2014-01-16 01:17:08 +0100
committer Erik Hanson2014-01-30 06:21:03 +0100
commit2854beb10b2c340c6d5141a0afedb87d31090c2f (patch)
tree618e4d470444a4f23feeeb8e7927a47ff76f40c3 /audio/jaaa/jaaa.pod
parent2167efbdc487f03a115dbe4851fee06d73fbccf5 (diff)
downloadslackbuilds-2854beb10b2c340c6d5141a0afedb87d31090c2f.tar.gz
audio/jaaa: Added (spectrum analyser for JACK).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/jaaa/jaaa.pod')
-rw-r--r--audio/jaaa/jaaa.pod81
1 files changed, 81 insertions, 0 deletions
diff --git a/audio/jaaa/jaaa.pod b/audio/jaaa/jaaa.pod
new file mode 100644
index 0000000000..77dc350ed2
--- /dev/null
+++ b/audio/jaaa/jaaa.pod
@@ -0,0 +1,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>