jnoise.rst 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. .. RST source for jnoise(1) man page. Convert with:
  2. .. rst2man.py jnoise.rst > jnoise.1
  3. .. rst2man.py comes from the SBo development/docutils package.
  4. .. |version| replace:: 0.6.0
  5. .. |date| date::
  6. ======
  7. jnoise
  8. ======
  9. ---------------------------------------
  10. white and pink noise generator for JACK
  11. ---------------------------------------
  12. :Manual section: 1
  13. :Manual group: SlackBuilds.org
  14. :Date: |date|
  15. :Version: |version|
  16. SYNOPSIS
  17. ========
  18. jnoise
  19. jnoise *gain*
  20. DESCRIPTION
  21. ===========
  22. Jnoise is a small command line JACK app generating both white and pink
  23. noise. Both noise sources produce a Gaussian amplitude distribution,
  24. and by default output a signal at -20dB RMS ref. a full scale sine
  25. wave.
  26. jnoise creates two JACK ports: *jnoise:pink* and *jnoise:white*. These
  27. are not connected to anything by default; use **qjackctl**\(1) or
  28. **jack_connect**\(1) to connect them to e.g. *system:playback_1*
  29. and/or *system:playback_2*, or your DAW's input ports, etc.
  30. The default gain is -20dB. The optional *gain* argument must be a
  31. negative integer, and will set the gain in dB up to a maximum of
  32. -10.
  33. There are no other options or arguments.
  34. COPYRIGHT
  35. =========
  36. See the file /usr/doc/jnoise-|version|/COPYING for license information.
  37. AUTHORS
  38. =======
  39. jnoise was written by Fons Adriaensen <fons@kokkinizita.org>.
  40. This man page written for the SlackBuilds.org project
  41. by B. Watson, and is licensed under the WTFPL.
  42. SEE ALSO
  43. ========
  44. **jackd**\(1)