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