Difference between revisions of "Documentation:Modules/jack"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 31: Line 31:
 
*[[wikipedia:JACK_Audio_Connection_Kit|Jack]] at Wikipedia
 
*[[wikipedia:JACK_Audio_Connection_Kit|Jack]] at Wikipedia
 
*[http://jackaudio.org Jack Audio Project]
 
*[http://jackaudio.org Jack Audio Project]
 +
{{Documentation}}

Revision as of 20:21, 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

External Links

This page is part of official VLC media player Documentation (User GuideStreaming HowToHacker GuideModules)
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.