123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- .\" Man page generated from reStructuredText.
- .
- .
- .nr rst2man-indent-level 0
- .
- .de1 rstReportMargin
- \\$1 \\n[an-margin]
- level \\n[rst2man-indent-level]
- level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
- -
- \\n[rst2man-indent0]
- \\n[rst2man-indent1]
- \\n[rst2man-indent2]
- ..
- .de1 INDENT
- .\" .rstReportMargin pre:
- . RS \\$1
- . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
- . nr rst2man-indent-level +1
- .\" .rstReportMargin post:
- ..
- .de UNINDENT
- . RE
- .\" indent \\n[an-margin]
- .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
- .nr rst2man-indent-level -1
- .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
- .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
- ..
- .TH "JNOISE" 1 "2021-11-29" "0.6.0" "SlackBuilds.org"
- .SH NAME
- jnoise \- white and pink noise generator for JACK
- .\" RST source for jnoise(1) man page. Convert with:
- .
- .\" rst2man.py jnoise.rst > jnoise.1
- .
- .\" rst2man.py comes from the SBo development/docutils package.
- .
- .SH SYNOPSIS
- .sp
- jnoise
- .sp
- jnoise \fIgain\fP
- .SH DESCRIPTION
- .sp
- Jnoise is a small command line JACK app generating both white and pink
- noise. Both noise sources produce a Gaussian amplitude distribution,
- and by default output a signal at \-20dB RMS ref. a full scale sine
- wave.
- .sp
- jnoise creates two JACK ports: \fIjnoise:pink\fP and \fIjnoise:white\fP\&. These
- are not connected to anything by default; use \fBqjackctl\fP(1) or
- \fBjack_connect\fP(1) to connect them to e.g. \fIsystem:playback_1\fP
- and/or \fIsystem:playback_2\fP, or your DAW\(aqs input ports, etc.
- .sp
- The default gain is \-20dB. The optional \fIgain\fP argument must be a
- negative integer, and will set the gain in dB up to a maximum of
- \-10.
- .sp
- There are no other options or arguments.
- .SH COPYRIGHT
- .sp
- See the file /usr/doc/jnoise\-0.6.0/COPYING for license information.
- .SH AUTHORS
- .sp
- jnoise was written by Fons Adriaensen <\fI\%fons@kokkinizita.org\fP>.
- .sp
- This man page written for the SlackBuilds.org project
- by B. Watson, and is licensed under the WTFPL.
- .SH SEE ALSO
- .sp
- \fBjackd\fP(1)
- .\" Generated by docutils manpage writer.
- .
|