jack2 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

548 lines
19KB

  1. .TH "JACKD" "1" "!VERSION!" "!DATE!" ""
  2. .SH "NAME"
  3. jackd \- JACK Audio Connection Kit sound server
  4. .SH "SYNOPSIS"
  5. \fBjackd\fR [\fIoptions\fR] \fB\-d\fI backend \fR
  6. [\fIbackend\-parameters\fR]
  7. .br
  8. \fBjackd \-\-help\fR
  9. .SH "DESCRIPTION"
  10. \fBjackd\fR is the JACK audio server daemon, a low\-latency audio
  11. server. Originally written for the
  12. GNU/Linux operating system, it also supports Mac OS X and various Unix
  13. platforms. JACK can connect a number of different client applications
  14. to an audio device and also to each other. Most clients are external,
  15. running in their own processes as normal applications. JACK also
  16. supports internal clients, which run within the \fBjackd\fR process
  17. using a loadable "plugin" interface.
  18. JACK differs from other audio servers in being designed from the
  19. ground up for professional audio work. It focuses on two key areas:
  20. synchronous execution of all clients, and low latency operation.
  21. For the latest JACK information, please consult the web site,
  22. <\fBhttp://www.jackaudio.org\fR>.
  23. .SH "OPTIONS"
  24. .TP
  25. \fB\-d, \-\-driver \fIbackend\fR [\fIbackend\-parameters\fR ]
  26. .br
  27. Select the audio interface backend. The current list of supported
  28. backends is: \fBalsa\fR, \fBcoreaudio\fR, \fBdummy\fR, \fBfreebob\fR,
  29. \fBoss\fR \fBsun\fR and \fBportaudio\fR. They are not all available
  30. on all platforms. All \fIbackend\-parameters\fR are optional.
  31. .TP
  32. \fB\-h, \-\-help\fR
  33. .br
  34. Print a brief usage message describing the main \fBjackd\fR options.
  35. These do not include \fIbackend\-parameters\fR, which are listed using
  36. the \fB\-\-help\fR option for each specific backend. Examples below
  37. show how to list them.
  38. .TP
  39. \fB\-m, \-\-no\-mlock\fR
  40. Do not attempt to lock memory, even if \fB\-\-realtime\fR.
  41. .TP
  42. \fB\-n, \-\-name\fR \fIserver\-name\fR
  43. Name this \fBjackd\fR instance \fIserver\-name\fR. If unspecified,
  44. this name comes from the \fB$JACK_DEFAULT_SERVER\fR environment
  45. variable. It will be "default" if that is not defined.
  46. .TP
  47. \fB\-p, \-\-port\-max \fI n\fR
  48. Set the maximum number of ports the JACK server can manage.
  49. The default value is 256.
  50. .TP
  51. \fB\-\-replace-registry\fR
  52. .br
  53. Remove the shared memory registry used by all JACK server instances
  54. before startup. This should rarely be used, and is intended only
  55. for occasions when the structure of this registry changes in ways
  56. that are incompatible across JACK versions (which is rare).
  57. .TP
  58. \fB\-R, \-\-realtime\fR
  59. .br
  60. Use realtime scheduling (default = true). This is needed for reliable low\-latency
  61. performance. On many systems, it requires \fBjackd\fR to run with
  62. special scheduler and memory allocation privileges, which may be
  63. obtained in several ways.
  64. .TP
  65. \fB\-r, \-\-no-realtime\fR
  66. .br
  67. Do not use realtime scheduling.
  68. .TP
  69. \fB\-P, \-\-realtime\-priority \fIint\fR
  70. When running \fB\-\-realtime\fR, set the scheduler priority to
  71. \fIint\fR.
  72. .TP
  73. \fB\-\-silent\fR
  74. Silence any output during operation.
  75. .TP
  76. \fB\-T, \-\-temporary\fR
  77. Exit once all clients have closed their connections.
  78. .TP
  79. \fB\-t, \-\-timeout \fIint\fR
  80. .br
  81. Set client timeout limit in milliseconds. The default is 500 msec.
  82. In realtime mode the client timeout must be smaller than the watchdog timeout (5000 msec).
  83. .TP
  84. \fB\-Z, \-\-nozombies\fR
  85. .br
  86. Prevent JACK from ever kicking out clients because they were too slow.
  87. This cancels the effect any specified timeout value, but JACK and its clients are
  88. still subject to the supervision of the watchdog thread or its equivalent.
  89. .TP
  90. \fB\-u, \-\-unlock\fR
  91. .br
  92. Unlock libraries GTK+, QT, FLTK, Wine.
  93. .TP
  94. \fB\-v, \-\-verbose\fR
  95. Give verbose output.
  96. .TP
  97. \fB\-c, \-\-clocksource\fR (\fI c(ycle)\fR | \fI h(pet) \fR | \fI s(ystem) \fR)
  98. Select a specific wall clock (Cycle Counter, HPET timer, System timer).
  99. .TP
  100. \fB\-V, \-\-version\fR
  101. Print the current JACK version number and exit.
  102. .SS ALSA BACKEND OPTIONS
  103. .TP
  104. \fB\-C, \-\-capture\fR [ \fIname\fR ]
  105. Provide only capture ports, unless combined with \-D or \-P. Parameterally set
  106. capture device name.
  107. .TP
  108. \fB\-d, \-\-device \fIname\fR
  109. .br
  110. The ALSA pcm device \fIname\fR to use. If none is specified, JACK will
  111. use "hw:0", the first hardware card defined in \fB/etc/modules.conf\fR.
  112. .TP
  113. \fB\-z, \-\-dither [rectangular,triangular,shaped,none]
  114. Set dithering mode. If \fBnone\fR or unspecified, dithering is off.
  115. Only the first letter of the mode name is required.
  116. .TP
  117. \fB\-D, \-\-duplex\fR
  118. Provide both capture and playback ports. Defaults to on unless only one
  119. of \-P or \-C is specified.
  120. .TP
  121. \fB\-h, \-\-help\fR Print a brief usage message describing only the
  122. \fBalsa\fR backend parameters.
  123. .TP
  124. \fB\-M, \-\-hwmeter\fR
  125. .br
  126. Enable hardware metering for devices that support it. Otherwise, use
  127. software metering.
  128. .TP
  129. \fB\-H, \-\-hwmon\fR
  130. .br
  131. Enable hardware monitoring of capture ports. This is a method for
  132. obtaining "zero latency" monitoring of audio input. It requires
  133. support in hardware and from the underlying ALSA device driver.
  134. When enabled, requests to monitor capture ports will be satisfied by
  135. creating a direct signal path between audio interface input and output
  136. connectors, with no processing by the host computer at all. This
  137. offers the lowest possible latency for the monitored signal.
  138. Presently (March 2003), only the RME Hammerfall series and cards based
  139. on the ICE1712 chipset (M\-Audio Delta series, Terratec, and others)
  140. support \fB\-\-hwmon\fR. In the future, some consumer cards may also
  141. be supported by modifying their mixer settings.
  142. Without \fB\-\-hwmon\fR, port monitoring requires JACK to read audio
  143. into system memory, then copy it back out to the hardware again,
  144. imposing the basic JACK system latency determined by the
  145. \fB\-\-period\fR and \fB\-\-nperiods\fR parameters.
  146. .TP
  147. \fB\-i, \-\-inchannels \fIint\fR
  148. .br
  149. Number of capture channels. Default is maximum supported by hardware.
  150. .TP
  151. \fB\-n, \-\-nperiods \fIint\fR
  152. .br
  153. Specify the number of periods of playback latency. In seconds, this
  154. corresponds to \fB\-\-nperiods\fR times \fB\-\-period\fR divided by
  155. \fB\-\-rate\fR. The default is 2, the minimum allowable. For most
  156. devices, there is no need for any other value with the
  157. \fB\-\-realtime\fR option. Without realtime privileges or with boards
  158. providing unreliable interrupts (like ymfpci), a larger value may
  159. yield fewer xruns. This can also help if the system is not tuned for
  160. reliable realtime scheduling.
  161. For most ALSA devices, the hardware buffer has exactly
  162. \fB\-\-period\fR times \fB\-\-nperiods\fR frames. Some devices demand
  163. a larger buffer. If so, JACK will use the smallest possible buffer
  164. containing at least \fB\-\-nperiods\fR, but the playback latency does
  165. not increase.
  166. For USB audio devices it is recommended to use \fB\-n 3\fR. Firewire
  167. devices supported by FFADO (formerly Freebob) are configured with
  168. \fB\-n 3\fR by default.
  169. .TP
  170. \fB\-o, \-\-outchannels \fIint\fR
  171. .br
  172. Number of playback channels. Default is maximum supported by hardware.
  173. .TP
  174. \fB\-P, \-\-playback\fR [ \fIname\fR ]
  175. Provide only playback ports, unless combined with \-D or \-C. Optionally set
  176. playback device name.
  177. .TP
  178. \fB\-p, \-\-period \fIint\fR
  179. .br
  180. Specify the number of frames between JACK \fBprocess()\fR calls. This
  181. value must be a power of 2, and the default is 1024. If you need low
  182. latency, set \fB\-p\fR as low as you can go without seeing xruns. A larger
  183. period size yields higher latency, but makes xruns less likely. The JACK
  184. capture latency in seconds is \fB\-\-period\fR divided by \fB\-\-rate\fR.
  185. .TP
  186. \fB\-r, \-\-rate \fIint\fR
  187. Specify the sample rate. The default is 48000.
  188. .TP
  189. \fB\-S, \-\-shorts
  190. .br
  191. Try to configure card for 16\-bit samples first, only trying 32\-bits if
  192. unsuccessful. Default is to prefer 32\-bit samples.
  193. .TP
  194. \fB\-s, \-\-softmode\fR
  195. .br
  196. Ignore xruns reported by the ALSA driver. This makes JACK less likely
  197. to disconnect unresponsive ports when running without \fB\-\-realtime\fR.
  198. .TP
  199. \fB\-X, \-\-midi \fR[\fIseq\fR|\fIraw\fR]
  200. .br
  201. Specify which ALSA MIDI system to provide access to. Using \fBraw\fR
  202. will provide a set of JACK MIDI ports that correspond to each raw ALSA
  203. device on the machine. Using \fBseq\fR will provide a set of JACK MIDI
  204. ports that correspond to each ALSA "sequencer" client (which includes
  205. each hardware MIDI port on the machine). \fBraw\fR provides slightly
  206. better performance but does not permit JACK MIDI communication with
  207. software written to use the ALSA "sequencer" API.
  208. .SS COREAUDIO BACKEND PARAMETERS
  209. .TP
  210. \fB\-c \-\-channel\fR
  211. Maximum number of channels (default: 2)
  212. .TP
  213. \fB\-i \-\-channelin\fR
  214. Maximum number of input channels (default: 2)
  215. .TP
  216. \fB\-o \-\-channelout\fR
  217. Maximum number of output channels (default: 2)
  218. .TP
  219. \fB\-C \-\-capture\fR
  220. Whether or not to capture (default: true)
  221. .TP
  222. \fB\-P \-\-playback\fR
  223. Whether or not to playback (default: true)
  224. .TP
  225. \fB\-D \-\-duplex\fR
  226. Capture and playback (default: true)
  227. .TP
  228. \fB\-r \-\-rate\fR
  229. Sample rate (default: 44100)
  230. .TP
  231. \fB\-p \-\-period\fR
  232. Frames per period (default: 128). Must be a power of 2.
  233. .TP
  234. \fB\-n \-\-name\fR
  235. Driver name (default: none)
  236. .TP
  237. \fB\-I \-\-id\fR
  238. Audio Device ID (default: 0)
  239. .SS DUMMY BACKEND PARAMETERS
  240. .TP
  241. \fB\-C, \-\-capture \fIint\fR
  242. Specify number of capture ports. The default value is 2.
  243. .TP
  244. \fB\-P, \-\-playback \fIint\fR
  245. Specify number of playback ports. The default value is 2.
  246. .TP
  247. \fB\-r, \-\-rate \fIint\fR
  248. Specify sample rate. The default value is 48000.
  249. .TP
  250. \fB\-p, \-\-period \fIint\fR
  251. Specify the number of frames between JACK \fBprocess()\fR calls. This
  252. value must be a power of 2, and the default is 1024. If you need low
  253. latency, set \fB\-p\fR as low as you can go without seeing xruns. A larger
  254. period size yields higher latency, but makes xruns less likely. The JACK
  255. capture latency in seconds is \fB\-\-period\fR divided by \fB\-\-rate\fR.
  256. .TP
  257. \fB\-w, \-\-wait \fIint\fR
  258. Specify number of usecs to wait between engine processes.
  259. The default value is 21333.
  260. .SS NET BACKEND PARAMETERS
  261. .TP
  262. \fB\-i, \-\-audio\-ins \fIint\fR
  263. Number of capture channels (default: 2)
  264. .TP
  265. \fB\-o, \-\-audio\-outs \fIint\fR
  266. Number of playback channels (default: 2)
  267. .TP
  268. \fB\-I, \-\-midi\-ins \fIint\fR
  269. Number of midi capture channels (default: 1)
  270. .TP
  271. \fB\-O, \-\-midi\-outs \fIint\fR
  272. Number of midi playback channels (default: 1)
  273. .TP
  274. \fB\-r, \-\-rate \fIint\fR
  275. Sample rate (default: 48000)
  276. .TP
  277. \fB\-p, \-\-period \fIint\fR
  278. Frames per period (default: 1024)
  279. .TP
  280. \fB\-n, \-\-num\-periods \fIint\fR
  281. Network latency setting in no. of periods (default: 5)
  282. .TP
  283. \fB\-l, \-\-listen\-port \fIint\fR
  284. The socket port we are listening on for sync packets (default: 3000)
  285. .TP
  286. \fB\-f, \-\-factor \fIint\fR
  287. Factor for sample rate reduction (default: 1)
  288. .TP
  289. \fB\-u, \-\-upstream\-factor \fIint\fR
  290. Factor for sample rate reduction on the upstream (default: 0)
  291. .TP
  292. \fB\-c, \-\-celt \fIint\fR
  293. sets celt encoding and number of kbits per channel (default: 0)
  294. .TP
  295. \fB\-b, \-\-bit\-depth \fIint\fR
  296. Sample bit\-depth (0 for float, 8 for 8bit and 16 for 16bit) (default: 0)
  297. .TP
  298. \fB\-t, \-\-transport\-sync \fIint\fR
  299. Whether to slave the transport to the master transport (default: true)
  300. .TP
  301. \fB\-a, \-\-autoconf \fIint\fR
  302. Whether to use Autoconfig, or just start. (default: true)
  303. .TP
  304. \fB\-R, \-\-redundancy \fIint\fR
  305. Send packets N times (default: 1)
  306. .TP
  307. \fB\-e, \-\-native\-endian \fIint\fR
  308. Dont convert samples to network byte order. (default: false)
  309. .TP
  310. \fB\-J, \-\-jitterval \fIint\fR
  311. attempted jitterbuffer microseconds on master (default: 0)
  312. .TP
  313. \fB\-D, \-\-always\-deadline \fIint\fR
  314. always use deadline (default: false)
  315. .SS OSS BACKEND PARAMETERS
  316. .TP
  317. \fB\-r, \-\-rate \fIint\fR
  318. Specify the sample rate. The default is 48000.
  319. .TP
  320. \fB\-p, \-\-period \fIint\fR
  321. Specify the number of frames between JACK \fBprocess()\fR calls. This
  322. value must be a power of 2, and the default is 1024. If you need low
  323. latency, set \fB\-p\fR as low as you can go without seeing xruns. A larger
  324. period size yields higher latency, but makes xruns less likely. The JACK
  325. capture latency in seconds is \fB\-\-period\fR divided by \fB\-\-rate\fR.
  326. .TP
  327. \fB\-n, \-\-nperiods \fIint\fR
  328. Specify the number of periods in the hardware buffer. The default is
  329. 2. The period size (\fB\-p\fR) times \fB\-\-nperiods\fR times four is
  330. the JACK buffer size in bytes. The JACK output latency in seconds is
  331. \fB\-\-nperiods\fR times \fB\-\-period\fR divided by \fB\-\-rate\fR.
  332. .TP
  333. \fB\-w, \-\-wordlength \fIint\fR
  334. Specify the sample size in bits. The default is 16.
  335. .TP
  336. \fB\-i, \-\-inchannels \fIint\fR
  337. Specify how many channels to capture (default: 2)
  338. .TP
  339. \fB\-o, \-\-outchannels \fIint\fR
  340. Specify number of playback channels (default: 2)
  341. .TP
  342. \fB\-C, \-\-capture \fIdevice_file\fR
  343. Specify input device for capture (default: /dev/dsp)
  344. .TP
  345. \fB\-P, \-\-playback \fIdevice_file\fR
  346. Specify output device for playback (default: /dev/dsp)
  347. .TP
  348. \fB\-b, \-\-ignorehwbuf \fIboolean\fR
  349. Specify, whether to ignore hardware period size (default: false)
  350. .SS SUN BACKEND PARAMETERS
  351. .TP
  352. \fB\-r, \-\-rate \fIint\fR
  353. Specify the sample rate. The default is 48000.
  354. .TP
  355. \fB\-p, \-\-period \fIint\fR
  356. Specify the number of frames between JACK \fBprocess()\fR calls. This
  357. value must be a power of 2, and the default is 1024. If you need low
  358. latency, set \fB\-p\fR as low as you can go without seeing xruns. A larger
  359. period size yields higher latency, but makes xruns less likely. The JACK
  360. capture latency in seconds is \fB\-\-period\fR divided by \fB\-\-rate\fR.
  361. .TP
  362. \fB\-n, \-\-nperiods \fIint\fR
  363. Specify the number of periods in the hardware buffer. The default is
  364. 2. The period size (\fB\-p\fR) times \fB\-\-nperiods\fR times four
  365. (assuming 2 channels 16-bit samples) is the JACK buffer size in bytes.
  366. The JACK output latency in seconds is \fB\-\-nperiods\fR times
  367. \fB\-\-period\fR divided by \fB\-\-rate\fR.
  368. .TP
  369. \fB\-w, \-\-wordlength \fIint\fR
  370. Specify the sample size in bits. The default is 16.
  371. .TP
  372. \fB\-i, \-\-inchannels \fIint\fR
  373. Specify how many channels to capture (default: 2)
  374. .TP
  375. \fB\-o, \-\-outchannels \fIint\fR
  376. Specify number of playback channels (default: 2)
  377. .TP
  378. \fB\-C, \-\-capture \fIdevice_file\fR
  379. Specify input device for capture (default: /dev/audio)
  380. .TP
  381. \fB\-P, \-\-playback \fIdevice_file\fR
  382. Specify output device for playback (default: /dev/audio)
  383. .TP
  384. \fB\-b, \-\-ignorehwbuf \fIboolean\fR
  385. Specify, whether to ignore hardware period size (default: false)
  386. .SS PORTAUDIO BACKEND PARAMETERS
  387. .TP
  388. \fB\-c \-\-channel\fR
  389. Maximum number of channels (default: all available hardware channels)
  390. .TP
  391. \fB\-i \-\-channelin\fR
  392. Maximum number of input channels (default: all available hardware channels)
  393. .TP
  394. \fB\-o \-\-channelout\fR
  395. Maximum number of output channels (default: all available hardware channels)
  396. .TP
  397. \fB\-C \-\-capture\fR
  398. Whether or not to capture (default: true)
  399. .TP
  400. \fB\-P \-\-playback\fR
  401. Whether or not to playback (default: true)
  402. .TP
  403. \fB\-D \-\-duplex\fR
  404. Capture and playback (default: true)
  405. .TP
  406. \fB\-r \-\-rate\fR
  407. Sample rate (default: 48000)
  408. .TP
  409. \fB\-p \-\-period\fR
  410. Frames per period (default: 1024). Must be a power of 2.
  411. .TP
  412. \fB\-n \-\-name\fR
  413. Driver name (default: none)
  414. .TP
  415. \fB\-z \-\-dither\fR
  416. Dithering mode (default: none)
  417. .SH "EXAMPLES"
  418. .PP
  419. Print usage message for the parameters specific to each backend.
  420. .IP
  421. \fBjackd \-d alsa \-\-help\fR
  422. .br
  423. \fBjackd \-d coreaudio \-\-help\fR
  424. .br
  425. \fBjackd \-d net \-\-help\fR
  426. .br
  427. \fBjackd \-d dummy \-\-help\fR
  428. .br
  429. \fBjackd \-d firewire \-\-help\fR
  430. .br
  431. \fBjackd \-d freebob \-\-help\fR
  432. .br
  433. \fBjackd \-d oss \-\-help\fR
  434. .br
  435. \fBjackd \-d sun \-\-help\fR
  436. .br
  437. \fBjackd \-d portaudio \-\-help\fR
  438. .PP
  439. Run the JACK daemon with realtime priority using the first ALSA
  440. hardware card defined in \fB/etc/modules.conf\fR.
  441. .IP
  442. \fBjackstart \-\-realtime \-\-driver=alsa\fR
  443. .PP
  444. Run the JACK daemon with low latency giving verbose output, which can
  445. be helpful for trouble\-shooting system latency problems. A
  446. reasonably well\-tuned system with a good sound card and a
  447. low\-latency kernel can handle these values reliably. Some can do
  448. better. If you get xrun messages, try a larger buffer. Tuning a
  449. system for low latency can be challenging. The JACK FAQ,
  450. .I http://jackit.sourceforge.net/docs/faq.php\fR
  451. has some useful suggestions.
  452. .IP
  453. \fBjackstart \-Rv \-d alsa \-p 128 \-n 2 \-r 44100\fR
  454. .PP
  455. Run \fBjackd\fR with realtime priority using the "sblive" ALSA device
  456. defined in ~/.asoundrc. Apply shaped dithering to playback audio.
  457. .IP
  458. \fBjackd \-R \-d alsa \-d sblive \-\-dither=shaped\fR
  459. .PP
  460. Run \fBjackd\fR with no special privileges using the second ALSA
  461. hardware card defined in \fB/etc/modules.conf\fR. Any xruns reported
  462. by the ALSA backend will be ignored. The larger buffer helps reduce
  463. data loss. Rectangular dithering will be used for playback.
  464. .IP
  465. \fBjackd \-d alsa \-d hw:1 \-p2048 \-n3 \-\-softmode \-zr\fR
  466. .PP
  467. Run \fBjackd\fR in full\-duplex mode using the ALSA hw:0,0 device for
  468. playback and the hw:0,2 device for capture.
  469. .IP
  470. \fBjackd \-d alsa \-P hw:0,0 \-C hw:0,2\fR
  471. .PP
  472. Run \fBjackd\fR in playback\-only mode using the ALSA hw:0,0 device.
  473. .IP
  474. \fBjackd \-d alsa \-P hw:0,0\fR
  475. .SH "ENVIRONMENT"
  476. .br
  477. JACK is evolving a mechanism for automatically starting the server
  478. when needed. Any client started without a running JACK server will
  479. attempt to start one itself using the command line found in the first
  480. line of \fB$HOME/.jackdrc\fR if it exists, or \fB/etc/jackdrc\fR if it
  481. does not. If neither file exists, a built\-in default command will be
  482. used, including the \fB\-T\fR flag, which causes the server to shut
  483. down when all clients have exited.
  484. As a transition, this only happens when \fB$JACK_START_SERVER\fR is
  485. defined in the environment of the calling process. In the future this
  486. will become normal behavior. In either case, defining
  487. \fB$JACK_NO_START_SERVER\fR disables this feature.
  488. To change where JACK looks for the backend drivers, set
  489. \fB$JACK_DRIVER_DIR\fR.
  490. \fB$JACK_DEFAULT_SERVER\fR specifies the default server name. If not
  491. defined, the string "default" is used. If set in their respective
  492. environments, this affects \fBjackd\fR unless its \fB\-\-name\fR
  493. parameter is set, and all JACK clients unless they pass an explicit
  494. name to \fBjack_client_open()\fR.
  495. .SH "SEE ALSO:"
  496. .PP
  497. .I http://www.jackaudio.org
  498. .br
  499. The official JACK website with news, docs and a list of JACK clients.
  500. .PP
  501. .I http://jackaudio.org/email
  502. .br
  503. The JACK developers' mailing list. Subscribe, to take part in
  504. development of JACK or JACK clients. User questions are also welcome,
  505. there is no user-specific mailing list.
  506. .PP
  507. .I http://www.jackosx.com/
  508. .br
  509. Tools specific to the Mac OS X version of JACK.
  510. .PP
  511. .I http://www.alsa\-project.org
  512. .br
  513. The Advanced Linux Sound Architecture.
  514. .SH "BUGS"
  515. Please report bugs to
  516. .br
  517. .I http://trac.jackaudio.org/
  518. .SH "AUTHORS"
  519. Architect and original implementor: Paul Davis
  520. .PP
  521. Original design Group: Paul Davis, David Olofson, Kai Vehmanen, Benno Sennoner,
  522. Richard Guenther, and other members of the Linux Audio Developers group.
  523. .PP
  524. Programming: Paul Davis, Jack O'Quin, Taybin Rutkin, Stephane Letz, Fernando
  525. Pablo Lopez-Lezcano, Steve Harris, Jeremy Hall, Andy Wingo, Kai
  526. Vehmanen, Melanie Thielker, Jussi Laako, Tilman Linneweh, Johnny
  527. Petrantoni, Torben Hohn.
  528. .PP
  529. Manpage written by Stefan Schwandter, Jack O'Quin and Alexandre
  530. Prokoudine.