Browse Source

Correct jackd man page.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4333 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.9.8
sletz 14 years ago
parent
commit
ead08d4722
1 changed files with 29 additions and 8 deletions
  1. +29
    -8
      man/jackd.0

+ 29
- 8
man/jackd.0 View File

@@ -215,13 +215,13 @@ better performance but does not permit JACK MIDI communication with
software written to use the ALSA "sequencer" API. software written to use the ALSA "sequencer" API.
.SS COREAUDIO BACKEND PARAMETERS .SS COREAUDIO BACKEND PARAMETERS
.TP .TP
\fB\-c \-\-channel\fR
\fB\-c \-\-channels\fR
Maximum number of channels (default: 2) Maximum number of channels (default: 2)
.TP .TP
\fB\-i \-\-channelin\fR
\fB\-i \-\-inchannels\fR
Maximum number of input channels (default: 2) Maximum number of input channels (default: 2)
.TP .TP
\fB\-o \-\-channelout\fR
\fB\-o \-\-outchannels\fR
Maximum number of output channels (default: 2) Maximum number of output channels (default: 2)
.TP .TP
\fB\-C \-\-capture\fR \fB\-C \-\-capture\fR
@@ -230,6 +230,9 @@ Whether or not to capture (default: true)
\fB\-P \-\-playback\fR \fB\-P \-\-playback\fR
Whether or not to playback (default: true) Whether or not to playback (default: true)
.TP .TP
\fB\-D \-\-monitor\fR
Provide monitor ports for the output (default: false)
.TP
\fB\-D \-\-duplex\fR \fB\-D \-\-duplex\fR
Capture and playback (default: true) Capture and playback (default: true)
.TP .TP
@@ -239,11 +242,29 @@ Sample rate (default: 44100)
\fB\-p \-\-period\fR \fB\-p \-\-period\fR
Frames per period (default: 128). Must be a power of 2. Frames per period (default: 128). Must be a power of 2.
.TP .TP
\fB\-n \-\-name\fR
Driver name (default: none)
\fB\-d \-\-device\fR
CoreAudio device name (default: none)
.TP
\fB\-I \-\-input\-latency\fR
Extra input latency (frames) (default: 0)
.TP
\fB\-O \-\-output\-latency\fR
Extra output latency (frames) (default: 0)
.TP
\fB\-l \-\-list\-devices \fR
Display available CoreAudio devices (default: false)
.TP
\fB\-H \-\-hog \fR
Take exclusive access of the audio device (default: false)
.TP
\fB\-L \-\-async\-latency \fR
Extra output latency in asynchronous mode (percent) (default: 100)
.TP
\fB\-G \-\-grain \fR
Computation grain in RT thread (percent) (default: 100)
.TP .TP
\fB\-I \-\-id\fR
Audio Device ID (default: 0)
\fB\-s \-\-clock\-drift \fR
Whether to compensate clock drift in dynamically created aggregate device (default: false)
.SS DUMMY BACKEND PARAMETERS .SS DUMMY BACKEND PARAMETERS
.TP .TP
\fB\-C, \-\-capture \fIint\fR \fB\-C, \-\-capture \fIint\fR
@@ -267,7 +288,7 @@ Specify number of usecs to wait between engine processes.
The default value is 21333. The default value is 21333.




.SS NET BACKEND PARAMETERS
.SS NETONE BACKEND PARAMETERS


.TP .TP
\fB\-i, \-\-audio\-ins \fIint\fR \fB\-i, \-\-audio\-ins \fIint\fR


Loading…
Cancel
Save