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.

569 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 \-\-channels\fR
  211. Maximum number of channels (default: 2)
  212. .TP
  213. \fB\-i \-\-inchannels\fR
  214. Maximum number of input channels (default: 2)
  215. .TP
  216. \fB\-o \-\-outchannels\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 \-\-monitor\fR
  226. Provide monitor ports for the output (default: false)
  227. .TP
  228. \fB\-D \-\-duplex\fR
  229. Capture and playback (default: true)
  230. .TP
  231. \fB\-r \-\-rate\fR
  232. Sample rate (default: 44100)
  233. .TP
  234. \fB\-p \-\-period\fR
  235. Frames per period (default: 128). Must be a power of 2.
  236. .TP
  237. \fB\-d \-\-device\fR
  238. CoreAudio device name (default: none)
  239. .TP
  240. \fB\-I \-\-input\-latency\fR
  241. Extra input latency (frames) (default: 0)
  242. .TP
  243. \fB\-O \-\-output\-latency\fR
  244. Extra output latency (frames) (default: 0)
  245. .TP
  246. \fB\-l \-\-list\-devices \fR
  247. Display available CoreAudio devices (default: false)
  248. .TP
  249. \fB\-H \-\-hog \fR
  250. Take exclusive access of the audio device (default: false)
  251. .TP
  252. \fB\-L \-\-async\-latency \fR
  253. Extra output latency in asynchronous mode (percent) (default: 100)
  254. .TP
  255. \fB\-G \-\-grain \fR
  256. Computation grain in RT thread (percent) (default: 100)
  257. .TP
  258. \fB\-s \-\-clock\-drift \fR
  259. Whether to compensate clock drift in dynamically created aggregate device (default: false)
  260. .SS DUMMY BACKEND PARAMETERS
  261. .TP
  262. \fB\-C, \-\-capture \fIint\fR
  263. Specify number of capture ports. The default value is 2.
  264. .TP
  265. \fB\-P, \-\-playback \fIint\fR
  266. Specify number of playback ports. The default value is 2.
  267. .TP
  268. \fB\-r, \-\-rate \fIint\fR
  269. Specify sample rate. The default value is 48000.
  270. .TP
  271. \fB\-p, \-\-period \fIint\fR
  272. Specify the number of frames between JACK \fBprocess()\fR calls. This
  273. value must be a power of 2, and the default is 1024. If you need low
  274. latency, set \fB\-p\fR as low as you can go without seeing xruns. A larger
  275. period size yields higher latency, but makes xruns less likely. The JACK
  276. capture latency in seconds is \fB\-\-period\fR divided by \fB\-\-rate\fR.
  277. .TP
  278. \fB\-w, \-\-wait \fIint\fR
  279. Specify number of usecs to wait between engine processes.
  280. The default value is 21333.
  281. .SS NETONE BACKEND PARAMETERS
  282. .TP
  283. \fB\-i, \-\-audio\-ins \fIint\fR
  284. Number of capture channels (default: 2)
  285. .TP
  286. \fB\-o, \-\-audio\-outs \fIint\fR
  287. Number of playback channels (default: 2)
  288. .TP
  289. \fB\-I, \-\-midi\-ins \fIint\fR
  290. Number of midi capture channels (default: 1)
  291. .TP
  292. \fB\-O, \-\-midi\-outs \fIint\fR
  293. Number of midi playback channels (default: 1)
  294. .TP
  295. \fB\-r, \-\-rate \fIint\fR
  296. Sample rate (default: 48000)
  297. .TP
  298. \fB\-p, \-\-period \fIint\fR
  299. Frames per period (default: 1024)
  300. .TP
  301. \fB\-n, \-\-num\-periods \fIint\fR
  302. Network latency setting in no. of periods (default: 5)
  303. .TP
  304. \fB\-l, \-\-listen\-port \fIint\fR
  305. The socket port we are listening on for sync packets (default: 3000)
  306. .TP
  307. \fB\-f, \-\-factor \fIint\fR
  308. Factor for sample rate reduction (default: 1)
  309. .TP
  310. \fB\-u, \-\-upstream\-factor \fIint\fR
  311. Factor for sample rate reduction on the upstream (default: 0)
  312. .TP
  313. \fB\-c, \-\-celt \fIint\fR
  314. sets celt encoding and number of kbits per channel (default: 0)
  315. .TP
  316. \fB\-b, \-\-bit\-depth \fIint\fR
  317. Sample bit\-depth (0 for float, 8 for 8bit and 16 for 16bit) (default: 0)
  318. .TP
  319. \fB\-t, \-\-transport\-sync \fIint\fR
  320. Whether to slave the transport to the master transport (default: true)
  321. .TP
  322. \fB\-a, \-\-autoconf \fIint\fR
  323. Whether to use Autoconfig, or just start. (default: true)
  324. .TP
  325. \fB\-R, \-\-redundancy \fIint\fR
  326. Send packets N times (default: 1)
  327. .TP
  328. \fB\-e, \-\-native\-endian \fIint\fR
  329. Dont convert samples to network byte order. (default: false)
  330. .TP
  331. \fB\-J, \-\-jitterval \fIint\fR
  332. attempted jitterbuffer microseconds on master (default: 0)
  333. .TP
  334. \fB\-D, \-\-always\-deadline \fIint\fR
  335. always use deadline (default: false)
  336. .SS OSS BACKEND PARAMETERS
  337. .TP
  338. \fB\-r, \-\-rate \fIint\fR
  339. Specify the sample rate. The default is 48000.
  340. .TP
  341. \fB\-p, \-\-period \fIint\fR
  342. Specify the number of frames between JACK \fBprocess()\fR calls. This
  343. value must be a power of 2, and the default is 1024. If you need low
  344. latency, set \fB\-p\fR as low as you can go without seeing xruns. A larger
  345. period size yields higher latency, but makes xruns less likely. The JACK
  346. capture latency in seconds is \fB\-\-period\fR divided by \fB\-\-rate\fR.
  347. .TP
  348. \fB\-n, \-\-nperiods \fIint\fR
  349. Specify the number of periods in the hardware buffer. The default is
  350. 2. The period size (\fB\-p\fR) times \fB\-\-nperiods\fR times four is
  351. the JACK buffer size in bytes. The JACK output latency in seconds is
  352. \fB\-\-nperiods\fR times \fB\-\-period\fR divided by \fB\-\-rate\fR.
  353. .TP
  354. \fB\-w, \-\-wordlength \fIint\fR
  355. Specify the sample size in bits. The default is 16.
  356. .TP
  357. \fB\-i, \-\-inchannels \fIint\fR
  358. Specify how many channels to capture (default: 2)
  359. .TP
  360. \fB\-o, \-\-outchannels \fIint\fR
  361. Specify number of playback channels (default: 2)
  362. .TP
  363. \fB\-C, \-\-capture \fIdevice_file\fR
  364. Specify input device for capture (default: /dev/dsp)
  365. .TP
  366. \fB\-P, \-\-playback \fIdevice_file\fR
  367. Specify output device for playback (default: /dev/dsp)
  368. .TP
  369. \fB\-b, \-\-ignorehwbuf \fIboolean\fR
  370. Specify, whether to ignore hardware period size (default: false)
  371. .SS SUN BACKEND PARAMETERS
  372. .TP
  373. \fB\-r, \-\-rate \fIint\fR
  374. Specify the sample rate. The default is 48000.
  375. .TP
  376. \fB\-p, \-\-period \fIint\fR
  377. Specify the number of frames between JACK \fBprocess()\fR calls. This
  378. value must be a power of 2, and the default is 1024. If you need low
  379. latency, set \fB\-p\fR as low as you can go without seeing xruns. A larger
  380. period size yields higher latency, but makes xruns less likely. The JACK
  381. capture latency in seconds is \fB\-\-period\fR divided by \fB\-\-rate\fR.
  382. .TP
  383. \fB\-n, \-\-nperiods \fIint\fR
  384. Specify the number of periods in the hardware buffer. The default is
  385. 2. The period size (\fB\-p\fR) times \fB\-\-nperiods\fR times four
  386. (assuming 2 channels 16-bit samples) is the JACK buffer size in bytes.
  387. The JACK output latency in seconds is \fB\-\-nperiods\fR times
  388. \fB\-\-period\fR divided by \fB\-\-rate\fR.
  389. .TP
  390. \fB\-w, \-\-wordlength \fIint\fR
  391. Specify the sample size in bits. The default is 16.
  392. .TP
  393. \fB\-i, \-\-inchannels \fIint\fR
  394. Specify how many channels to capture (default: 2)
  395. .TP
  396. \fB\-o, \-\-outchannels \fIint\fR
  397. Specify number of playback channels (default: 2)
  398. .TP
  399. \fB\-C, \-\-capture \fIdevice_file\fR
  400. Specify input device for capture (default: /dev/audio)
  401. .TP
  402. \fB\-P, \-\-playback \fIdevice_file\fR
  403. Specify output device for playback (default: /dev/audio)
  404. .TP
  405. \fB\-b, \-\-ignorehwbuf \fIboolean\fR
  406. Specify, whether to ignore hardware period size (default: false)
  407. .SS PORTAUDIO BACKEND PARAMETERS
  408. .TP
  409. \fB\-c \-\-channel\fR
  410. Maximum number of channels (default: all available hardware channels)
  411. .TP
  412. \fB\-i \-\-channelin\fR
  413. Maximum number of input channels (default: all available hardware channels)
  414. .TP
  415. \fB\-o \-\-channelout\fR
  416. Maximum number of output channels (default: all available hardware channels)
  417. .TP
  418. \fB\-C \-\-capture\fR
  419. Whether or not to capture (default: true)
  420. .TP
  421. \fB\-P \-\-playback\fR
  422. Whether or not to playback (default: true)
  423. .TP
  424. \fB\-D \-\-duplex\fR
  425. Capture and playback (default: true)
  426. .TP
  427. \fB\-r \-\-rate\fR
  428. Sample rate (default: 48000)
  429. .TP
  430. \fB\-p \-\-period\fR
  431. Frames per period (default: 1024). Must be a power of 2.
  432. .TP
  433. \fB\-n \-\-name\fR
  434. Driver name (default: none)
  435. .TP
  436. \fB\-z \-\-dither\fR
  437. Dithering mode (default: none)
  438. .SH "EXAMPLES"
  439. .PP
  440. Print usage message for the parameters specific to each backend.
  441. .IP
  442. \fBjackd \-d alsa \-\-help\fR
  443. .br
  444. \fBjackd \-d coreaudio \-\-help\fR
  445. .br
  446. \fBjackd \-d net \-\-help\fR
  447. .br
  448. \fBjackd \-d dummy \-\-help\fR
  449. .br
  450. \fBjackd \-d firewire \-\-help\fR
  451. .br
  452. \fBjackd \-d freebob \-\-help\fR
  453. .br
  454. \fBjackd \-d oss \-\-help\fR
  455. .br
  456. \fBjackd \-d sun \-\-help\fR
  457. .br
  458. \fBjackd \-d portaudio \-\-help\fR
  459. .PP
  460. Run the JACK daemon with realtime priority using the first ALSA
  461. hardware card defined in \fB/etc/modules.conf\fR.
  462. .IP
  463. \fBjackstart \-\-realtime \-\-driver=alsa\fR
  464. .PP
  465. Run the JACK daemon with low latency giving verbose output, which can
  466. be helpful for trouble\-shooting system latency problems. A
  467. reasonably well\-tuned system with a good sound card and a
  468. low\-latency kernel can handle these values reliably. Some can do
  469. better. If you get xrun messages, try a larger buffer. Tuning a
  470. system for low latency can be challenging. The JACK FAQ,
  471. .I http://jackit.sourceforge.net/docs/faq.php\fR
  472. has some useful suggestions.
  473. .IP
  474. \fBjackstart \-Rv \-d alsa \-p 128 \-n 2 \-r 44100\fR
  475. .PP
  476. Run \fBjackd\fR with realtime priority using the "sblive" ALSA device
  477. defined in ~/.asoundrc. Apply shaped dithering to playback audio.
  478. .IP
  479. \fBjackd \-R \-d alsa \-d sblive \-\-dither=shaped\fR
  480. .PP
  481. Run \fBjackd\fR with no special privileges using the second ALSA
  482. hardware card defined in \fB/etc/modules.conf\fR. Any xruns reported
  483. by the ALSA backend will be ignored. The larger buffer helps reduce
  484. data loss. Rectangular dithering will be used for playback.
  485. .IP
  486. \fBjackd \-d alsa \-d hw:1 \-p2048 \-n3 \-\-softmode \-zr\fR
  487. .PP
  488. Run \fBjackd\fR in full\-duplex mode using the ALSA hw:0,0 device for
  489. playback and the hw:0,2 device for capture.
  490. .IP
  491. \fBjackd \-d alsa \-P hw:0,0 \-C hw:0,2\fR
  492. .PP
  493. Run \fBjackd\fR in playback\-only mode using the ALSA hw:0,0 device.
  494. .IP
  495. \fBjackd \-d alsa \-P hw:0,0\fR
  496. .SH "ENVIRONMENT"
  497. .br
  498. JACK is evolving a mechanism for automatically starting the server
  499. when needed. Any client started without a running JACK server will
  500. attempt to start one itself using the command line found in the first
  501. line of \fB$HOME/.jackdrc\fR if it exists, or \fB/etc/jackdrc\fR if it
  502. does not. If neither file exists, a built\-in default command will be
  503. used, including the \fB\-T\fR flag, which causes the server to shut
  504. down when all clients have exited.
  505. As a transition, this only happens when \fB$JACK_START_SERVER\fR is
  506. defined in the environment of the calling process. In the future this
  507. will become normal behavior. In either case, defining
  508. \fB$JACK_NO_START_SERVER\fR disables this feature.
  509. To change where JACK looks for the backend drivers, set
  510. \fB$JACK_DRIVER_DIR\fR.
  511. \fB$JACK_DEFAULT_SERVER\fR specifies the default server name. If not
  512. defined, the string "default" is used. If set in their respective
  513. environments, this affects \fBjackd\fR unless its \fB\-\-name\fR
  514. parameter is set, and all JACK clients unless they pass an explicit
  515. name to \fBjack_client_open()\fR.
  516. .SH "SEE ALSO:"
  517. .PP
  518. .I http://www.jackaudio.org
  519. .br
  520. The official JACK website with news, docs and a list of JACK clients.
  521. .PP
  522. .I http://jackaudio.org/email
  523. .br
  524. The JACK developers' mailing list. Subscribe, to take part in
  525. development of JACK or JACK clients. User questions are also welcome,
  526. there is no user-specific mailing list.
  527. .PP
  528. .I http://www.jackosx.com/
  529. .br
  530. Tools specific to the Mac OS X version of JACK.
  531. .PP
  532. .I http://www.alsa\-project.org
  533. .br
  534. The Advanced Linux Sound Architecture.
  535. .SH "BUGS"
  536. Please report bugs to
  537. .br
  538. .I http://trac.jackaudio.org/
  539. .SH "AUTHORS"
  540. Architect and original implementor: Paul Davis
  541. .PP
  542. Original design Group: Paul Davis, David Olofson, Kai Vehmanen, Benno Sennoner,
  543. Richard Guenther, and other members of the Linux Audio Developers group.
  544. .PP
  545. Programming: Paul Davis, Jack O'Quin, Taybin Rutkin, Stephane Letz, Fernando
  546. Pablo Lopez-Lezcano, Steve Harris, Jeremy Hall, Andy Wingo, Kai
  547. Vehmanen, Melanie Thielker, Jussi Laako, Tilman Linneweh, Johnny
  548. Petrantoni, Torben Hohn.
  549. .PP
  550. Manpage written by Stefan Schwandter, Jack O'Quin and Alexandre
  551. Prokoudine.