Difference between revisions of "Documentation:Modules/jack"
Jump to navigation
Jump to search
Johnparker (talk | contribs) |
m (Reverted edits by Johnparker (talk) to last revision by Amitjoshi) |
||
Line 1: | Line 1: | ||
− | + | {{Module|name=jack|type=Audio input and output|description=JACK Audio Connection Kit audio input and output|os=Unix, Linux, BSD|first_version=0.8.5 (output)<br> 0.9.0 (input)}} | |
+ | ''for {{VLC}}'' | ||
+ | <br> | ||
+ | == Introduction == | ||
+ | Allows VLC to connect to [[wikipedia:JACK Audio Connection Kit|JACK]]. | ||
+ | == Options == | ||
+ | === JACK audio input (access_jack) === | ||
+ | ;<tt>--jack-input-caching <integer></tt> | ||
+ | :''Caching value in ms'' | ||
+ | :Make VLC buffer audio data captured from JACK for the specified length in milliseconds. | ||
+ | ;<tt>--jack-input-use-vlc-pace</tt>, <tt>--no-jack-input-use-vlc-pace</tt> | ||
+ | :''Pace (default disabled)'' | ||
+ | :Read the audio stream at VLC pace rather than JACK pace. (default disabled) | ||
+ | ;<tt>--jack-input-auto-connect</tt>, <tt>--no-jack-input-auto-connect</tt> | ||
+ | :''Auto Connection (default disabled)'' | ||
+ | :Automatically connect VLC input ports to available output ports. (default disabled) | ||
− | + | === JACK audio output (jack) === | |
+ | ;<tt>--jack-auto-connect</tt>, <tt>--no-jack-auto-connect</tt> | ||
+ | :''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) | ||
+ | ;<tt>--jack-connect-regex <string></tt> | ||
+ | :''Connect to clients matching'' | ||
+ | :If automatic connection is enabled, only JACK clients whose names match this [[wikipedia:regular expression|regular expression]] will be considered for connection. | ||
+ | <!-- | ||
+ | == See Also == | ||
+ | --> | ||
− | + | == References == | |
+ | <pre> | ||
+ | vlc --version | ||
+ | VLC media player 1.0.6 Goldeneye | ||
+ | VLC version 1.0.6 Goldeneye | ||
+ | Compiled by buildd@palmer.buildd | ||
+ | Compiler: gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) | ||
+ | vlc -p jack --advanced --help-verbose | ||
+ | </pre> | ||
− | + | == External Links == | |
− | + | *[[wikipedia:JACK_Audio_Connection_Kit|Jack]] at Wikipedia | |
− | + | *[http://jackaudio.org Jack Audio Project] | |
− | + | *[http://www.coolcake.in/ Midnight Cake Delivery in Hyderabad] | |
− | + | [[Category:Modules]] | |
− | |||
− |
Revision as of 08:35, 8 November 2015
Module: jack | |
---|---|
Type | Audio input and output |
First VLC version | 0.8.5 (output) 0.9.0 (input) |
Last VLC version | - |
Operating system(s) | Unix, Linux, BSD |
Description | JACK Audio Connection Kit audio input and output |
Shortcut(s) | - |
for VLC media player
Contents
Introduction
Allows VLC to connect to JACK.
Options
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 --version VLC media player 1.0.6 Goldeneye VLC version 1.0.6 Goldeneye Compiled by buildd@palmer.buildd Compiler: gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) vlc -p jack --advanced --help-verbose
External Links
- Jack at Wikipedia
- Jack Audio Project
- Midnight Cake Delivery in Hyderabad