Difference between revisions of "Documentation:Modules/jack"

From VideoLAN Wiki
Jump to navigation Jump to search
(Updated to reflect current options. Should be GPL now)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Contact QuickBooks Online Help Desk for Instant Gratification
+
This module allows {{VLC}} to connect to [[JACK Audio Connection Kit]].
  
QuickBooks software is one such kind of accounting software that has made a huge difference in the way accounting is done. This software manufactured by Intuit, using top notch quality combined with innovative and user friendly interface, has led to ease in the life of many small and medium sized business owners.
+
== Access ==
 +
{{Module|name=jack|type=Access|first_version=0.9.0|os=Unix, Linux, BSD|description=JACK input|sc=jack}}
  
Another reason for the popularity of QuickBooks is its award winning support team easily reached through QuickBooks online helpdesk phone number, or chat and forum. The different ways of contacting the company for customer support is:
+
The option <code>--jack-input-caching</code> no longer exists, removed with a commitdiff entitled {{Commitdiff|31ac20b22fc37bcf78991159bf8a0f138db05b44|l=Unify (ACCESS{{!}}DEMUX)_GET_PTS_DELAY}}.
 +
<!--
 +
{{Option
 +
|name=jack-input-caching
 +
|value=integer
 +
|description=Make VLC buffer audio data captured from JACK for the specified length in milliseconds
 +
}}
 +
-->
 +
{{Option
 +
|name=jack-input-use-vlc-pace
 +
|value=boolean
 +
|default=disabled
 +
|description=Read the audio stream at VLC pace rather than Jack pace
 +
}}
 +
{{Option
 +
|name=jack-input-auto-connect
 +
|value=boolean
 +
|default=disabled
 +
|description=Automatically connect VLC input [[port]]s to available output ports
 +
}}
 +
{{Clear}}
  
•    QuickBooks Phone Support: One of the easiest and most efficient ways of contacting the QuickBooks support team is through the QuickBooks online help phone which is handled by highly educated group of professional having intensive knowledge and extensive training regarding the product. Once you have relayed the issue to the customer care executive attending your call, he will direct the call forward to the correct technical expert having maximum experience in the area regarding the issue. Alternatively you can also contact support agencies of QuickBooks like QuickBooks247, who can be contacted through their toll free QuickBooks online help number for quick resolution of the errors.
+
== Audio output ==
 +
{{Module|name=jack|type=Audio output|first_version=0.8.5|os=Unix, Linux, BSD|description=JACK audio output|sc=none}}
 +
{{Option
 +
|name=jack-auto-connect
 +
|value=boolean
 +
|default=enabled
 +
|description=If enabled, this option will automatically connect sound output to the first writable JACK clients found
 +
}}
 +
{{Option
 +
|name=jack-connect-regex
 +
|value=string
 +
|default="system"
 +
|description=If automatic connection is enabled, only JACK clients whose names match this [[wikipedia:regular expression|regular expression]] will be considered for connection
 +
}}
 +
{{Option
 +
|name=jack-name
 +
|value=string
 +
|default=""
 +
|description=JACK client name
 +
}}
 +
{{Clear}}
  
•    QuickBooks Online Help Chat: Another way of contacting the QuickBooks helpdesk is through online chat option. Go to the website and then click on the support tab, there select the option of online chat. Once you fill in the basic information asked, explain your issue in as much as possible, since that will help to narrow down the best possible solution for your issue. As soon as the company executive receives all the needed information, he will forward the issue to the technical expert who will then get in touch with you to discuss and resolve the problem as quickly as possible.  
+
== Source code ==
 +
* {{VLCSourceFile|modules/access/jack.c}}
 +
* {{VLCSourceFile|modules/audio_output/jack.c}}
  
•    QuickBooks Online Help Forum: Company forums consist of users of QuickBooks software and provide insightful experience of their usage of the product. You can post your issues on the forum and you might get a feasible solution which you can try on your own. You might get suitable answers from company executives also present and handling the forums. They will ensure that you are guided towards the right solution that will resolve your problem easily and quickly.
+
{{Documentation}}
 
 
Out of the above three ways, one of the most popular method of customer service availed by maximum users is the QuickBooks online helpline, as this directly gets you connected with the technical experts. Another fruitful way of getting expert opinion for your QuickBooks problem is trying alternative support agencies like QuickBooks247 which offers the services of Intuit certified ProAdvisors, at toll free number +1-800-301-4813.
 

Latest revision as of 02:52, 18 May 2019

This module allows VLC media player to connect to JACK Audio Connection Kit.

Access

Module: jack
Type Access
First VLC version 0.9.0
Last VLC version -
Operating system(s) Unix, Linux, BSD
Description JACK input
Shortcut(s) jack

The option --jack-input-caching no longer exists, removed with a commitdiff entitled Unify (ACCESS|DEMUX)_GET_PTS_DELAY.

  • 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

Audio output

Module: jack
Type Audio output
First VLC version 0.8.5
Last VLC version -
Operating system(s) Unix, Linux, BSD
Description JACK audio output
Shortcut(s) (none)
  • jack-auto-connect <boolean> : If enabled, this option will automatically connect sound output to the first writable JACK clients found default value: enabled
  • jack-connect-regex <string> : If automatic connection is enabled, only JACK clients whose names match this regular expression will be considered for connection default value: "system"
  • jack-name <string> : JACK client name default value: ""

Source code

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.