]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/03_setting-up-your-system/07_using_more_than_one_audio_device.html
9f1914cde743b4763bef8d5ca039ed35e3aceef7
[ardour-manual-diverged] / _manual / 03_setting-up-your-system / 07_using_more_than_one_audio_device.html
1 ---
2 layout: default
3 title: Using More Than One Audio Device
4 ---                        
5     
6 <p>
7   Ardour will only use a single interface.  If you want to use more
8   than one interface you have two choices: 
9
10    <ol>
11      <li>
12        If you want to use Ardour to start JACK (which handles all
13        audio I/O) you will need to create a "fake" audio device on your
14        computer the represents all the multiple devices you wish to
15        use. How to do this is platform dependent and described below.
16      </li>
17      <li>
18        Use a different tool to start JACK and manage all the devices.
19      </li>
20    </ol>
21 </p>
22
23 <p>
24 Ardour is fundamentally designed to be a component in a
25 pro-audio/music creation environment and standard operating practice
26 for such setups involves using only a single digital sample "clock"
27 (something counting off the time between audio samples). This means
28 that trying to use multiple independent soundcards is problematic,
29 because each soundcard has its own sample clock, running independently
30 from the others. Over time, these different clocks drift out of sync
31 with each other, and cause glitches in the audio. You can't stop this
32 drift, although in some cases the effects may be insignificant enough
33 that some people might not care about them.</p>
34
35 <p>
36   Thus in an ideal world you should not use multiple independent
37   soundcards but instead use a single device with a single clock and all
38   the inputs, outputs and other features that you need.
39 </p>
40
41 <p>
42   Of course, a lot of people don't live in an ideal world, and believe that software should make up for this.
43 </p>
44
45 <h3>OS X</h3>
46 <p>You will need to set up what Apple refers to as an "aggregate
47   device" if any of the following conditions are true:
48   <ul>
49     <li>You want to use two entirely separate
50     devices <strong>AND</strong> want to start JACK using Ardour.
51     <li>You want to use your builtin audio device <strong>AND</strong>
52       want to start JACK using Ardour.</li>
53   </ul>
54
55 If instead you are using a <strong>single</strong> typical 3rd party
56   audio interface (such as those from Apogee, RME, Presonus, and many
57   others), you do not need to worry about this
58 </p>
59   
60 <p>The precise instructions for creating an "aggregate device" on OS X have varied from one released to another.</p>
61
62 <dl class="wide-label">
63   <dt>OS X 10.5</dt>
64   <dd>
65     Please read <a href="http://support.apple.com/kb/HT1215">http://support.apple.com/kb/HT1215</a>
66   </dd>
67   <dt>OS X 10.6 or later</dt>
68   <dd>
69     Please read <a href="http://support.apple.com/kb/HT3956">http://support.apple.com/kb/HT3956</a>
70   </dd>
71 </dl>
72 <p>
73 Aggregate devices also provide a method to use multiple soundcards as
74 a single device. For example, you can "aggregate" 2 different
75 8-channel devices so that you can record 16 channels into Mixbus.
76 </p>
77
78 <h3>Linux</h3>
79
80 <p>
81   Please see the instructions at <a href="http://jackaudio.org/faq"
82   title="http://jackaudio.org/faq">http://jackaudio.org/faq</a>
83 </p>
84