summaryrefslogtreecommitdiffstats
path: root/audio/japa/japa.1
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2014-01-16 07:14:56 +0700
committer Erik Hanson <erik@slackbuilds.org>2014-01-29 23:21:03 -0600
commit2167efbdc487f03a115dbe4851fee06d73fbccf5 (patch)
tree7207008719d2c9ca2b089127391feb62d146ad76 /audio/japa/japa.1
parentfe65c04dd2c8f8efb7831b61dab80dfb57744edd (diff)
downloadslackbuilds-2167efbdc487f03a115dbe4851fee06d73fbccf5.tar.gz
slackbuilds-2167efbdc487f03a115dbe4851fee06d73fbccf5.tar.xz
audio/japa: Added (audio spectrum analyser for JACK).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/japa/japa.1')
-rw-r--r--audio/japa/japa.180
1 files changed, 80 insertions, 0 deletions
diff --git a/audio/japa/japa.1 b/audio/japa/japa.1
new file mode 100644
index 0000000000..0a907f4311
--- /dev/null
+++ b/audio/japa/japa.1
@@ -0,0 +1,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.