Difference between revisions of "Documentation:Modules/jack"
Jump to navigation
Jump to search
Readability (talk | contribs) |
Readability (talk | contribs) |
||
Line 3: | Line 3: | ||
== JACK audio input (access_jack) == | == JACK audio input (access_jack) == | ||
;<tt>--jack-input-caching <integer></tt> | ;<tt>--jack-input-caching <integer></tt> | ||
− | '' | + | :''Caching value in ms'' |
:Make VLC buffer audio data captured from jack for the specified length in milliseconds. | :Make VLC buffer audio data captured from jack for the specified length in milliseconds. | ||
− | ;--jack-input-use-vlc-pace, --no-jack-input-use-vlc-pace | + | ;<tt>--jack-input-use-vlc-pace</tt>, <tt>--no-jack-input-use-vlc-pace</tt> |
:''Pace (default disabled)'' | :''Pace (default disabled)'' | ||
:Read the audio stream at VLC pace rather than Jack pace. (default disabled) | :Read the audio stream at VLC pace rather than Jack pace. (default disabled) | ||
− | ;--jack-input-auto-connect, --no-jack-input-auto-connect | + | ;<tt>--jack-input-auto-connect</tt>, <tt>--no-jack-input-auto-connect</tt> |
:''Auto Connection (default disabled)'' | :''Auto Connection (default disabled)'' | ||
:Automatically connect VLC input ports to available output ports. (default disabled) | :Automatically connect VLC input ports to available output ports. (default disabled) | ||
== JACK audio output (jack) == | == JACK audio output (jack) == | ||
− | ;--jack-auto-connect, --no-jack-auto-connect | + | ;<tt>--jack-auto-connect</tt>, <tt>--no-jack-auto-connect</tt> |
:''Automatically connect to writable clients (default disabled)'' | :''Automatically connect to writable clients (default disabled)'' | ||
:If enabled, this option will automatically connect sound output to the first writable JACK clients found. (default disabled) | :If enabled, this option will automatically connect sound output to the first writable JACK clients found. (default disabled) | ||
− | ;--jack-connect-regex <string> | + | ;<tt>--jack-connect-regex <string></tt> |
:''Connect to clients matching'' | :''Connect to clients matching'' | ||
:If automatic connection is enabled, only JACK clients whose names match this regular expression will be considered for connection. | :If automatic connection is enabled, only JACK clients whose names match this regular expression will be considered for connection. |
Revision as of 20:06, 18 January 2011
for VLC media player 1.0.6 Goldeneye
JACK audio input (access_jack)
- --jack-input-caching <integer>
- Caching value in ms
- Make VLC buffer audio data captured from jack for the specified length in milliseconds.
- --jack-input-use-vlc-pace, --no-jack-input-use-vlc-pace
- Pace (default disabled)
- Read the audio stream at VLC pace rather than Jack pace. (default disabled)
- --jack-input-auto-connect, --no-jack-input-auto-connect
- Auto Connection (default disabled)
- Automatically connect VLC input ports to available output ports. (default disabled)
JACK audio output (jack)
- --jack-auto-connect, --no-jack-auto-connect
- Automatically connect to writable clients (default disabled)
- If enabled, this option will automatically connect sound output to the first writable JACK clients found. (default disabled)
- --jack-connect-regex <string>
- Connect to clients matching
- If automatic connection is enabled, only JACK clients whose names match this regular expression will be considered for connection.
References
vlc -p jack --advanced --help-verbose