]> Shamusworld >> Repos - ardour-manual/blob - _manual/07_working-with-sessions/01_the-new-session-dialog/01_audio-setup.html
copy-editing section 6. the beat goes on...
[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>The selector should show all availiable interfaces that driver
35       provides that are duplex capable for Ardour to
36       use. <strong>Important</strong> if you are using an Intel Mac
37       running OS X and the builtin audio interface, you must
38       first <a href="setting-up-your-system/us
39       ing_more_than_one_audio_device/">merge its separate input and
40       output devices into a single "aggregate device"</a> before
41       Ardour will be able to use it.
42   </dd>
43
44   <dt>Sample Rate</dt>
45   <dd>
46     The selector will allow you to select from any sample rate
47     supported by the device selected above it.
48   </dd>
49
50   <dt>Buffer Size</dt>
51   <dd>
52     You can adjust the size of the buffer used by your audio interface
53     to allow for either lower latency, or lower CPU usage and higher
54     latency.
55   </dd>
56 </dl>
57
58 <h3>Options Tab</h3>
59 <p>
60   This tab has a few options that should be rarely used by most
61   users.  The Realtime Option allows Jack to run with Realtime
62   privileges, which allows for smoother audio.  The Verbose Output
63   checkbox is primarily used for troubleshooting, it will cause Jack to
64   use verbose messaging and output it to the console.  The client
65   timeout will help prevent clients from disconnecting from Jack if they
66   don't respond to Jack fast enough.  The number of ports changes the
67   total number of ports that Jack will provide to all clients.  And the
68   server dropdown will allow you to change the path to the Jack
69   executable to match where it is installed on your system.
70 </p>
71
72 <h3>Advanced Tab</h3>
73 <p> 
74   The Advanced tab lets you to set some advanced settings that
75   are rarely needed.  By default the input and output channels will
76   automatically try to give you the amount of inputs and outputs as
77   requested by the software, however some software doesn't always
78   request as many as you need. This option provides more channels to software that can handle it.
79 </p>
80
81
82 {% children %}