]> Shamusworld >> Repos - ardour-manual/blob - _manual/07_working-with-sessions/01_the-new-session-dialog/01_audio-setup.html
patch from thomas vecchione that may have already been applied
[ardour-manual] / _manual / 07_working-with-sessions / 01_the-new-session-dialog / 01_audio-setup.html
1 ---
2 layout: default
3 title: Audio Setup
4 ---                        
5
6 <p>
7   This is a tabbed-dialog within the New Session dialog that will
8   appear only if JACK is <strong>not</strong> already running as you
9   start Ardour.  It provides a simple interface to configure JACK, which
10   will then be started by Ardour. For more control and options regarding
11   JACK, it is recommended that you start JACK before using Ardour, via a
12   JACK control application such as qjackctl (sometimes called "Jack
13   Control"), JackPilot, etc.
14 </p>
15
16 <h3>Device Tab</h3>
17
18 <p> On this tab you can tell Ardour about the device it should use.
19   The driver setting will tell it what driver to attempt to
20   access.  
21 </p>
22
23 <dl class="wide-table">
24
25   <dt>Driver</dt>
26   <dd>
27     On Mac OS X this will typically be CoreAudio. On Linux usually
28     this will be either FFADO or ALSA, depending on whether or not you are
29     utilizing a firewire device. Advanced users on all platforms may also
30     use NetJack which provides network audio I/O
31   </dd>
32
33   <dt>Interface</dt>
34   <dd>
35   <dd>The selector should show all availiable interfaces that driver
36       provides that are duplex capable for Ardour to
37       use. <strong>Important</strong> if you are using an Intel Mac
38       running OS X and the builtin audio interface, you must
39       first <a href="setting-up-your-system/us
40       ing_more_than_one_audio_device/">merge its separate input and
41       output devices into a single "aggregate device"</a> before
42       Ardour will be able to use it.<br>
43   </dd>
44   </dd>
45
46   <dt>Sample Rate</dt>
47   <dd>
48     The selector will allow you to select from any sample rate
49     supported by the device selected above it.
50   </dd>
51
52   <dt>Buffer Size</dt>
53   <dd>
54     You can adjust the size of the buffer used by your audio interface
55     to allow for either lower latency, or lower CPU usage and higher
56     latency.
57   </dd>
58 </dl>
59
60 <h3>Options Tab</h3>
61 <p>
62   This tab has a few options that should be rarely used by most
63   users.  The Realtime Option allows Jack to run with Realtime
64   privileges, which allows for smoother audio.  The Verbose Output
65   checkbox is primarily used for troubleshooting, it will cause Jack to
66   use verbose messaging and output it to the console.  The client
67   timeout will help prevent clients from disconnecting from Jack if they
68   don't respond to Jack fast enough.  The number of ports changes the
69   total number of ports that Jack will provide to all clients.  And the
70   server dropdown will allow you to change the path to the Jack
71   executable to match where it is installed on your system.
72 </p>
73
74 <h3>Advanced Tab</h3>
75 <p> 
76   The Advanced tab lets you to set some advanced settings that
77   are rarely needed.  By default the input and output channels will
78   automatically try to give you the amount of inputs and outputs as
79   requested by the software, however some software doesn't always
80   request as many as you need. This option provides more channels to software that can handle it.
81 </p>
82
83
84 {% children %}