Difference between revisions of "Documentation:Modules/jack"

From VideoLAN Wiki
Jump to navigation Jump to search
(Format/copy-edit)
m (Not GPL yet)
Line 48: Line 48:
 
</pre>
 
</pre>
  
{{Documentation}}
+
{{Documentation footer}}

Revision as of 01:17, 18 May 2019

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) -

This module allows VLC media player to connect to JACK by the Jack Audio Project.

Options

JACK audio input (access_jack)

  • jack-input-caching <integer> : Make VLC buffer audio data captured from JACK for the specified length in milliseconds
  • jack-input-use-vlc-pace <boolean> : Read the audio stream at VLC pace rather than JACK pace default value: disabled
  • jack-input-auto-connect <boolean> : Automatically connect VLC input ports to available output ports default value: disabled

JACK audio output (jack)

  • jack-auto-connect <boolean> : If enabled, this option will automatically connect sound output to the first writable JACK clients found default value: disabled
  • jack-connect-regex <string> : 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
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.