jaaa.rst 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. .. RST source for jaaa(1) man page. Convert with:
  2. .. rst2man.py jaaa.rst > jaaa.1
  3. .. rst2man.py comes from the SBo development/docutils package.
  4. .. |version| replace:: 0.9.2
  5. .. |date| date::
  6. ====
  7. jaaa
  8. ====
  9. ----------------------------
  10. JACK and ALSA Audio Analyser
  11. ----------------------------
  12. :Manual section: 1
  13. :Manual group: SlackBuilds.org
  14. :Date: |date|
  15. :Version: |version|
  16. SYNOPSIS
  17. ========
  18. jaaa **-J** [**-name** *name* ] [**-s** *server*]
  19. jaaa **-A** [**-name** *name* ] [**-d** *device*] [**-C** *device* ] [**-P** *device* ] [**-r** *rate*] [**-p** *period*] [**-n** *nfrags*]
  20. DESCRIPTION
  21. ===========
  22. jaaa is a graphical (X11) audio signal generator and spectrum analyser
  23. designed to make accurate measurements. For more information see
  24. /usr/doc/jaaa-|version|/README.
  25. In JACK mode (**-J**), jaaa creates 8 input ports (for spectrum
  26. analysis) and 8 output ports (for signal generation), named
  27. *jaaa:in_<N>* and *jaaa:out_<N>* (where *<N>* ranges 1 to 8). By default,
  28. these aren't connected to anything; use e.g. **qjackctl**\(1) or
  29. **jack_connect**\(1) to connect to other JACK clients.
  30. In ALSA mode, the inputs and outputs are connected directly to the
  31. ALSA device, meaning e.g. there will be 2 inputs and 2 outputs for a
  32. typical stereo audio card. If you get "Can't connect to ALSA", try a
  33. different device (use **alsamixer**\(1) or **aplay**\(1) to get a list
  34. of them).
  35. OPTIONS
  36. =======
  37. Either **-J** or **-A** is required.
  38. **-h**
  39. Show built-in help message.
  40. **-name** *name*
  41. Set X11 client name (and JACK client name, with **-J**).
  42. **-J**
  43. Use JACK for audio. This option is available in JACK mode:
  44. **-s** *server*
  45. Connect to a specific JACK server. Default is 'default' or
  46. **$JACK_DEFAULT_SERVER** environment variable.
  47. **-A**
  48. Use ALSA for audio. These options are available in ALSA mode:
  49. **-d** *device*
  50. ALSA device for capture and playback. This option sets the
  51. playback and capture devices to the same device. For separate
  52. capture and playback, use the **-C** and **-P** options.
  53. Default: **hw:0** unless **-C** or **-P** is used.
  54. **-C** *device*
  55. ALSA device for capture. Default: not used.
  56. **-P** *device*
  57. ALSA device for playback. Default: not used.
  58. **-r** *rate*
  59. Sample frequency. Default: 48000.
  60. **-p** *period*
  61. Period size. Default: 1024.
  62. **-n** *nfrags*
  63. Number of fragments. Default: 2.
  64. COPYRIGHT
  65. =========
  66. See the file /usr/doc/jaaa-|version|/COPYING for license information.
  67. AUTHORS
  68. =======
  69. jaaa was written by Fons Adriaensen <fons@kokkinizita.net>.
  70. This man page written for the SlackBuilds.org project
  71. by B. Watson, and is licensed under the WTFPL.
  72. SEE ALSO
  73. ========
  74. **jackd**\(1), **japa**\(1)
  75. https://kokkinizita.linuxaudio.org/linuxaudio/