jaaa.1 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. .\" Man page generated from reStructuredText.
  2. .
  3. .
  4. .nr rst2man-indent-level 0
  5. .
  6. .de1 rstReportMargin
  7. \\$1 \\n[an-margin]
  8. level \\n[rst2man-indent-level]
  9. level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
  10. -
  11. \\n[rst2man-indent0]
  12. \\n[rst2man-indent1]
  13. \\n[rst2man-indent2]
  14. ..
  15. .de1 INDENT
  16. .\" .rstReportMargin pre:
  17. . RS \\$1
  18. . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
  19. . nr rst2man-indent-level +1
  20. .\" .rstReportMargin post:
  21. ..
  22. .de UNINDENT
  23. . RE
  24. .\" indent \\n[an-margin]
  25. .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
  26. .nr rst2man-indent-level -1
  27. .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
  28. .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
  29. ..
  30. .TH "JAAA" 1 "2021-11-29" "0.9.2" "SlackBuilds.org"
  31. .SH NAME
  32. jaaa \- JACK and ALSA Audio Analyser
  33. .\" RST source for jaaa(1) man page. Convert with:
  34. .
  35. .\" rst2man.py jaaa.rst > jaaa.1
  36. .
  37. .\" rst2man.py comes from the SBo development/docutils package.
  38. .
  39. .SH SYNOPSIS
  40. .sp
  41. jaaa \fB\-J\fP [\fB\-name\fP \fIname\fP ] [\fB\-s\fP \fIserver\fP]
  42. .sp
  43. jaaa \fB\-A\fP [\fB\-name\fP \fIname\fP ] [\fB\-d\fP \fIdevice\fP] [\fB\-C\fP \fIdevice\fP ] [\fB\-P\fP \fIdevice\fP ] [\fB\-r\fP \fIrate\fP] [\fB\-p\fP \fIperiod\fP] [\fB\-n\fP \fInfrags\fP]
  44. .SH DESCRIPTION
  45. .sp
  46. jaaa is a graphical (X11) audio signal generator and spectrum analyser
  47. designed to make accurate measurements. For more information see
  48. /usr/doc/jaaa\-0.9.2/README.
  49. .sp
  50. In JACK mode (\fB\-J\fP), jaaa creates 8 input ports (for spectrum
  51. analysis) and 8 output ports (for signal generation), named
  52. \fIjaaa:in_<N>\fP and \fIjaaa:out_<N>\fP (where \fI<N>\fP ranges 1 to 8). By default,
  53. these aren\(aqt connected to anything; use e.g. \fBqjackctl\fP(1) or
  54. \fBjack_connect\fP(1) to connect to other JACK clients.
  55. .sp
  56. In ALSA mode, the inputs and outputs are connected directly to the
  57. ALSA device, meaning e.g. there will be 2 inputs and 2 outputs for a
  58. typical stereo audio card. If you get "Can\(aqt connect to ALSA", try a
  59. different device (use \fBalsamixer\fP(1) or \fBaplay\fP(1) to get a list
  60. of them).
  61. .SH OPTIONS
  62. .sp
  63. Either \fB\-J\fP or \fB\-A\fP is required.
  64. .INDENT 0.0
  65. .TP
  66. .B \fB\-h\fP
  67. Show built\-in help message.
  68. .TP
  69. .B \fB\-name\fP \fIname\fP
  70. Set X11 client name (and JACK client name, with \fB\-J\fP).
  71. .TP
  72. .B \fB\-J\fP
  73. Use JACK for audio. This option is available in JACK mode:
  74. .INDENT 7.0
  75. .TP
  76. .B \fB\-s\fP \fIserver\fP
  77. Connect to a specific JACK server. Default is \(aqdefault\(aq or
  78. \fB$JACK_DEFAULT_SERVER\fP environment variable.
  79. .UNINDENT
  80. .TP
  81. .B \fB\-A\fP
  82. Use ALSA for audio. These options are available in ALSA mode:
  83. .INDENT 7.0
  84. .TP
  85. .B \fB\-d\fP \fIdevice\fP
  86. ALSA device for capture and playback. This option sets the
  87. playback and capture devices to the same device. For separate
  88. capture and playback, use the \fB\-C\fP and \fB\-P\fP options.
  89. Default: \fBhw:0\fP unless \fB\-C\fP or \fB\-P\fP is used.
  90. .TP
  91. .B \fB\-C\fP \fIdevice\fP
  92. ALSA device for capture. Default: not used.
  93. .TP
  94. .B \fB\-P\fP \fIdevice\fP
  95. ALSA device for playback. Default: not used.
  96. .TP
  97. .B \fB\-r\fP \fIrate\fP
  98. Sample frequency. Default: 48000.
  99. .TP
  100. .B \fB\-p\fP \fIperiod\fP
  101. Period size. Default: 1024.
  102. .TP
  103. .B \fB\-n\fP \fInfrags\fP
  104. Number of fragments. Default: 2.
  105. .UNINDENT
  106. .UNINDENT
  107. .SH COPYRIGHT
  108. .sp
  109. See the file /usr/doc/jaaa\-0.9.2/COPYING for license information.
  110. .SH AUTHORS
  111. .sp
  112. jaaa was written by Fons Adriaensen <\fI\%fons@kokkinizita.net\fP>.
  113. .sp
  114. This man page written for the SlackBuilds.org project
  115. by B. Watson, and is licensed under the WTFPL.
  116. .SH SEE ALSO
  117. .sp
  118. \fBjackd\fP(1), \fBjapa\fP(1)
  119. .sp
  120. \fI\%https://kokkinizita.linuxaudio.org/linuxaudio/\fP
  121. .\" Generated by docutils manpage writer.
  122. .