1<ui version="4.0" >
2 <class>AudioDriverConfigPage</class>
3 <widget class="QWidget" name="AudioDriverConfigPage" >
4  <property name="geometry" >
5   <rect>
6    <x>0</x>
7    <y>0</y>
8    <width>250</width>
9    <height>344</height>
10   </rect>
11  </property>
12  <property name="windowTitle" >
13   <string>Form</string>
14  </property>
15  <layout class="QVBoxLayout" >
16   <item>
17    <widget class="QGroupBox" name="groupBox" >
18     <property name="title" >
19      <string>Driver Selection</string>
20     </property>
21     <layout class="QHBoxLayout" >
22      <item>
23       <widget class="QLabel" name="label" >
24        <property name="text" >
25         <string>Driver:</string>
26        </property>
27       </widget>
28      </item>
29      <item>
30       <widget class="QComboBox" name="driverCombo" />
31      </item>
32     </layout>
33    </widget>
34   </item>
35   <item>
36    <widget class="QGroupBox" name="driverConfigGroupBox" >
37     <property name="title" >
38      <string>Configure driver</string>
39     </property>
40     <layout class="QVBoxLayout" >
41      <item>
42       <layout class="QHBoxLayout" >
43        <property name="spacing" >
44         <number>6</number>
45        </property>
46        <property name="margin" >
47         <number>0</number>
48        </property>
49        <item>
50         <widget class="QLabel" name="label_2" >
51          <property name="toolTip" >
52           <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
53p, li { white-space: pre-wrap; }
54&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
55&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">Duplex mode:&lt;/span>&lt;/p>
56&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Defines if both the Playback and Capture buses &lt;/p>
57&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of your soundcard are to be used, &lt;/p>
58&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or only the Playback or Capture bus(es).&lt;/p>&lt;/body>&lt;/html></string>
59          </property>
60          <property name="text" >
61           <string>Duplex mode</string>
62          </property>
63         </widget>
64        </item>
65        <item>
66         <widget class="QComboBox" name="duplexComboBox" >
67          <item>
68           <property name="text" >
69            <string>Full</string>
70           </property>
71          </item>
72          <item>
73           <property name="text" >
74            <string>Playback</string>
75           </property>
76          </item>
77          <item>
78           <property name="text" >
79            <string>Capture</string>
80           </property>
81          </item>
82         </widget>
83        </item>
84       </layout>
85      </item>
86      <item>
87       <layout class="QHBoxLayout" >
88        <property name="spacing" >
89         <number>6</number>
90        </property>
91        <property name="margin" >
92         <number>0</number>
93        </property>
94        <item>
95         <widget class="QLabel" name="label_2_2" >
96          <property name="toolTip" >
97           <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
98p, li { white-space: pre-wrap; }
99&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
100&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">Sample rate:&lt;/span>&lt;/p>
101&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The sample rate used by the audio card.&lt;/p>
102&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;/p>
103&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">New projects will use this samplerate as &lt;/p>
104&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the project's sample rate on creation.&lt;/p>&lt;/body>&lt;/html></string>
105          </property>
106          <property name="text" >
107           <string>Sample rate</string>
108          </property>
109         </widget>
110        </item>
111        <item>
112         <widget class="QComboBox" name="rateComboBox" >
113          <item>
114           <property name="text" >
115            <string>22050</string>
116           </property>
117          </item>
118          <item>
119           <property name="text" >
120            <string>32000</string>
121           </property>
122          </item>
123          <item>
124           <property name="text" >
125            <string>44100</string>
126           </property>
127          </item>
128          <item>
129           <property name="text" >
130            <string>48000</string>
131           </property>
132          </item>
133          <item>
134           <property name="text" >
135            <string>88200</string>
136           </property>
137          </item>
138          <item>
139           <property name="text" >
140            <string>96000</string>
141           </property>
142          </item>
143         </widget>
144        </item>
145       </layout>
146      </item>
147      <item>
148       <layout class="QHBoxLayout" >
149        <property name="spacing" >
150         <number>6</number>
151        </property>
152        <property name="margin" >
153         <number>0</number>
154        </property>
155        <item>
156         <widget class="QLabel" name="label_7" >
157          <property name="toolTip" >
158           <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
159p, li { white-space: pre-wrap; }
160&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
161&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">Buffer latency:&lt;/span>&lt;/p>
162&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The latency introduced by the size of the audio buffers.&lt;/p>
163&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;/p>
164&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Some people need low latencies, if you don't need it, &lt;/p>
165&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or don't know what it means, please leave the default setting!&lt;/p>&lt;/body>&lt;/html></string>
166          </property>
167          <property name="text" >
168           <string>Buffer latency (ms)</string>
169          </property>
170         </widget>
171        </item>
172        <item>
173         <widget class="QComboBox" name="latencyComboBox" />
174        </item>
175       </layout>
176      </item>
177      <item>
178       <layout class="QHBoxLayout" >
179        <item>
180         <spacer>
181          <property name="orientation" >
182           <enum>Qt::Horizontal</enum>
183          </property>
184          <property name="sizeHint" stdset="0" >
185           <size>
186            <width>40</width>
187            <height>20</height>
188           </size>
189          </property>
190         </spacer>
191        </item>
192        <item>
193         <widget class="QPushButton" name="restartDriverButton" >
194          <property name="text" >
195           <string>Restart Driver</string>
196          </property>
197         </widget>
198        </item>
199       </layout>
200      </item>
201     </layout>
202    </widget>
203   </item>
204   <item>
205    <widget class="QGroupBox" name="jackGroupBox" >
206     <property name="title" >
207      <string>Jack</string>
208     </property>
209     <layout class="QVBoxLayout" >
210      <property name="spacing" >
211       <number>6</number>
212      </property>
213      <property name="margin" >
214       <number>9</number>
215      </property>
216      <item>
217       <widget class="QCheckBox" name="jackTransportCheckBox" >
218        <property name="text" >
219         <string>Enable Jack transport control</string>
220        </property>
221       </widget>
222      </item>
223     </layout>
224    </widget>
225   </item>
226   <item>
227    <spacer>
228     <property name="orientation" >
229      <enum>Qt::Vertical</enum>
230     </property>
231     <property name="sizeHint" stdset="0" >
232      <size>
233       <width>20</width>
234       <height>40</height>
235      </size>
236     </property>
237    </spacer>
238   </item>
239  </layout>
240 </widget>
241 <resources/>
242 <connections/>
243</ui>
244