]> Shamusworld >> Repos - ardour-manual/blob - _manual/21_preferences-and-session-properties/01_preferences-dialog/04_audio.html
cdba84b738acd36659bd1f8da976d3a320dfd8e6
[ardour-manual] / _manual / 21_preferences-and-session-properties / 01_preferences-dialog / 04_audio.html
1 ---
2 layout: default
3 title: Audio Tab
4 menu_title: Audio Tab
5 ---
6
7 <p>
8   This tab contains settings for handling audio.
9 </p>
10
11 <img src="/images/a4_preferences_audio.png" alt="preferences
12 audio tab"/>
13
14 <ul>
15
16   <li>
17     <p>
18       <strong>Buffering</strong> settings determine how many seconds of audio
19       off of disk will be buffered in memory. Longer settings reduce the risk
20       of buffer under-runs but consume more memory. The default value is
21       5.0&nbsp;seconds.
22     </p>
23
24     <ul>
25       <li>
26         <p>
27           <strong>Playback</strong> sets how many seconds of audio Ardour will
28           buffer during playback.
29         </p>
30       </li>
31       <li>
32         <p>
33           <strong>Recording</strong> sets how many seconds of audio Ardour will
34           buffer during recording.
35         </p>
36       </li>
37     </ul>
38   </li>
39
40   <li>
41     <p>
42       <strong>Monitoring</strong>
43     </p>
44     <ul>
45       <li>
46         <p>
47           <strong>Record monitoring handled by:</strong> determines whether
48           Ardour provides monitoring of incoming audio or whether
49           monitoring is provided by hardware.  See
50           <a href="/recording/monitoring/">Monitoring</a> for more information.
51         </p>
52       </li>
53       <li>
54         <p>
55           <strong>Tape machine mode</strong> when enabled defaults new audio
56           tracks to tape machine mode. See
57           <a href="/working-with-tracks/track-types/">Track Types</a>
58           for more information.
59         </p>
60       </li>
61     </ul>
62   </li>
63
64   <li>
65     <p>
66     <strong>Conection of tracks and busses</strong>
67     </p>
68     <ul>
69       <li>
70         <p>
71           <strong>Auto-connect master/monitor busses</strong>
72         </p>
73       </li>
74       <li>
75         <p>
76           <strong>Connect track inputs:</strong>
77         </p>
78       </li>
79       <li>
80         <p>
81           <strong>Connect track and bus outputs:</strong>
82         </p>
83       </li>
84     </ul>
85   </li>
86
87   <li>
88     <p>
89     <strong>Denormals</strong> are a specific type of very small numbers that
90     can cause issues with CPU consumption when using some plugins in some
91     circumstances.
92     </p>
93     <p>
94       Ardour provides two methods of handling the issue. Try different
95       combinations of these settings to to find the setting that minimizes CPU
96       consumption.
97     </p>
98     <ul>
99       <li>
100         <p>
101           <strong>Use DC bias to protect against denormals</strong> adds a small
102           constant value to numbers to move the numbers away from zero.
103         </p>
104       </li>
105       <li>
106         <p>
107           <strong>Processor handling</strong>, if the computer's hardware
108           supports it, offers two methods that can be used individually or
109           combined. Flush to zero and denormals are zero.
110         </p>
111       </li>
112     </ul>
113   </li>
114
115   <li>
116     <p>
117     <strong>Plugins</strong>
118     </p>
119     <ul>
120       <li>
121         <p>
122           <strong>Silence plugins when the transport is stopped</strong>
123         </p>
124       </li>
125       <li>
126         <p>
127           <strong>Make new plugins active</strong> when enabled, will activate
128           a plugin when it is added to a track or bus
129           <a href="/working-with-plugins/processor-box/">Processor Box</a>.
130         </p>
131       </li>
132     </ul>
133   </li>
134
135   <li>
136     <p>
137     <strong>Regions</strong>
138     </p>
139     <ul>
140       <li>
141         <p>
142           <strong>Enable automatic analysis of audio</strong>
143         </p>
144       </li>
145       <li>
146         <p>
147           <strong>Replicate missing region channels</strong>
148         </p>
149       </li>
150     </ul>
151   </li>
152 </ul>