Merge pull request #483 from jhasse/silence-nodiscard
[openal-soft.git] / utils / alsoft-config / mainwindow.ui
blob77688cf08cb81b6d9fda0478e456ebc86ac8a624
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MainWindow</class>
4 <widget class="QMainWindow" name="MainWindow">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>564</width>
10 <height>469</height>
11 </rect>
12 </property>
13 <property name="minimumSize">
14 <size>
15 <width>564</width>
16 <height>460</height>
17 </size>
18 </property>
19 <property name="windowTitle">
20 <string>OpenAL Soft Configuration</string>
21 </property>
22 <property name="windowIcon">
23 <iconset theme="preferences-desktop-sound">
24 <normaloff>.</normaloff>.</iconset>
25 </property>
26 <widget class="QWidget" name="centralWidget">
27 <widget class="QPushButton" name="applyButton">
28 <property name="geometry">
29 <rect>
30 <x>470</x>
31 <y>405</y>
32 <width>81</width>
33 <height>31</height>
34 </rect>
35 </property>
36 <property name="text">
37 <string>Apply</string>
38 </property>
39 <property name="icon">
40 <iconset theme="dialog-ok-apply">
41 <normaloff>.</normaloff>.</iconset>
42 </property>
43 </widget>
44 <widget class="QTabWidget" name="tabWidget">
45 <property name="geometry">
46 <rect>
47 <x>10</x>
48 <y>0</y>
49 <width>541</width>
50 <height>401</height>
51 </rect>
52 </property>
53 <property name="currentIndex">
54 <number>0</number>
55 </property>
56 <widget class="QWidget" name="tab_3">
57 <attribute name="title">
58 <string>Playback</string>
59 </attribute>
60 <widget class="QComboBox" name="sampleFormatCombo">
61 <property name="geometry">
62 <rect>
63 <x>110</x>
64 <y>50</y>
65 <width>76</width>
66 <height>31</height>
67 </rect>
68 </property>
69 <property name="toolTip">
70 <string>The output sample type. Currently, all mixing is done with 32-bit
71 float and converted to the output sample type as needed.</string>
72 </property>
73 <property name="sizeAdjustPolicy">
74 <enum>QComboBox::AdjustToContents</enum>
75 </property>
76 </widget>
77 <widget class="QLabel" name="label_5">
78 <property name="geometry">
79 <rect>
80 <x>0</x>
81 <y>50</y>
82 <width>101</width>
83 <height>31</height>
84 </rect>
85 </property>
86 <property name="text">
87 <string>Sample Format:</string>
88 </property>
89 <property name="alignment">
90 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
91 </property>
92 </widget>
93 <widget class="QLabel" name="label_6">
94 <property name="geometry">
95 <rect>
96 <x>0</x>
97 <y>20</y>
98 <width>101</width>
99 <height>31</height>
100 </rect>
101 </property>
102 <property name="text">
103 <string>Channels:</string>
104 </property>
105 <property name="alignment">
106 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
107 </property>
108 </widget>
109 <widget class="QComboBox" name="channelConfigCombo">
110 <property name="geometry">
111 <rect>
112 <x>110</x>
113 <y>20</y>
114 <width>76</width>
115 <height>31</height>
116 </rect>
117 </property>
118 <property name="toolTip">
119 <string>The output channel configuration. Note that not all backends
120 can properly detect the channel configuration and may default
121 to stereo output.</string>
122 </property>
123 <property name="sizeAdjustPolicy">
124 <enum>QComboBox::AdjustToContents</enum>
125 </property>
126 </widget>
127 <widget class="QComboBox" name="sampleRateCombo">
128 <property name="geometry">
129 <rect>
130 <x>380</x>
131 <y>20</y>
132 <width>96</width>
133 <height>31</height>
134 </rect>
135 </property>
136 <property name="toolTip">
137 <string>The playback/mixing sample rate.</string>
138 </property>
139 <property name="editable">
140 <bool>true</bool>
141 </property>
142 <property name="insertPolicy">
143 <enum>QComboBox::NoInsert</enum>
144 </property>
145 <property name="sizeAdjustPolicy">
146 <enum>QComboBox::AdjustToContents</enum>
147 </property>
148 <item>
149 <property name="text">
150 <string>Autodetect</string>
151 </property>
152 </item>
153 <item>
154 <property name="text">
155 <string>8000</string>
156 </property>
157 </item>
158 <item>
159 <property name="text">
160 <string>11025</string>
161 </property>
162 </item>
163 <item>
164 <property name="text">
165 <string>16000</string>
166 </property>
167 </item>
168 <item>
169 <property name="text">
170 <string>22050</string>
171 </property>
172 </item>
173 <item>
174 <property name="text">
175 <string>32000</string>
176 </property>
177 </item>
178 <item>
179 <property name="text">
180 <string>44100</string>
181 </property>
182 </item>
183 <item>
184 <property name="text">
185 <string>48000</string>
186 </property>
187 </item>
188 </widget>
189 <widget class="QLabel" name="label_7">
190 <property name="geometry">
191 <rect>
192 <x>290</x>
193 <y>20</y>
194 <width>81</width>
195 <height>31</height>
196 </rect>
197 </property>
198 <property name="text">
199 <string>Sample Rate:</string>
200 </property>
201 <property name="alignment">
202 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
203 </property>
204 </widget>
205 <widget class="QLabel" name="label_14">
206 <property name="geometry">
207 <rect>
208 <x>290</x>
209 <y>50</y>
210 <width>81</width>
211 <height>31</height>
212 </rect>
213 </property>
214 <property name="text">
215 <string>Stereo Mode:</string>
216 </property>
217 <property name="alignment">
218 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
219 </property>
220 </widget>
221 <widget class="QComboBox" name="stereoModeCombo">
222 <property name="geometry">
223 <rect>
224 <x>380</x>
225 <y>50</y>
226 <width>101</width>
227 <height>31</height>
228 </rect>
229 </property>
230 <property name="toolTip">
231 <string>How to treat stereo output. As headphones, HRTF or crossfeed
232 filters may be used to improve binaural quality, which may not
233 otherwise be suitable for speakers.</string>
234 </property>
235 </widget>
236 <widget class="QGroupBox" name="groupBox">
237 <property name="geometry">
238 <rect>
239 <x>-11</x>
240 <y>180</y>
241 <width>551</width>
242 <height>201</height>
243 </rect>
244 </property>
245 <property name="title">
246 <string>Advanced Settings</string>
247 </property>
248 <property name="alignment">
249 <set>Qt::AlignCenter</set>
250 </property>
251 <widget class="QGroupBox" name="groupBox_3">
252 <property name="geometry">
253 <rect>
254 <x>20</x>
255 <y>30</y>
256 <width>511</width>
257 <height>81</height>
258 </rect>
259 </property>
260 <property name="title">
261 <string>Buffer Metrics</string>
262 </property>
263 <property name="alignment">
264 <set>Qt::AlignCenter</set>
265 </property>
266 <widget class="QWidget" name="widget" native="true">
267 <property name="geometry">
268 <rect>
269 <x>260</x>
270 <y>20</y>
271 <width>241</width>
272 <height>51</height>
273 </rect>
274 </property>
275 <property name="toolTip">
276 <string>The number of update periods. Higher values create a larger
277 mix ahead, which helps protect against skips when the CPU is
278 under load, but increases the delay between a sound getting
279 mixed and being heard.</string>
280 </property>
281 <widget class="QLabel" name="label_11">
282 <property name="geometry">
283 <rect>
284 <x>60</x>
285 <y>0</y>
286 <width>161</width>
287 <height>21</height>
288 </rect>
289 </property>
290 <property name="text">
291 <string>Period Count</string>
292 </property>
293 <property name="alignment">
294 <set>Qt::AlignCenter</set>
295 </property>
296 </widget>
297 <widget class="QSlider" name="periodCountSlider">
298 <property name="geometry">
299 <rect>
300 <x>99</x>
301 <y>20</y>
302 <width>141</width>
303 <height>21</height>
304 </rect>
305 </property>
306 <property name="minimum">
307 <number>1</number>
308 </property>
309 <property name="maximum">
310 <number>16</number>
311 </property>
312 <property name="singleStep">
313 <number>1</number>
314 </property>
315 <property name="pageStep">
316 <number>2</number>
317 </property>
318 <property name="value">
319 <number>1</number>
320 </property>
321 <property name="tracking">
322 <bool>true</bool>
323 </property>
324 <property name="orientation">
325 <enum>Qt::Horizontal</enum>
326 </property>
327 <property name="tickPosition">
328 <enum>QSlider::TicksBelow</enum>
329 </property>
330 <property name="tickInterval">
331 <number>1</number>
332 </property>
333 </widget>
334 <widget class="QLineEdit" name="periodCountEdit">
335 <property name="geometry">
336 <rect>
337 <x>40</x>
338 <y>20</y>
339 <width>51</width>
340 <height>21</height>
341 </rect>
342 </property>
343 <property name="placeholderText">
344 <string>3</string>
345 </property>
346 </widget>
347 </widget>
348 <widget class="QWidget" name="widget_2" native="true">
349 <property name="geometry">
350 <rect>
351 <x>10</x>
352 <y>20</y>
353 <width>241</width>
354 <height>51</height>
355 </rect>
356 </property>
357 <property name="toolTip">
358 <string>The update period size, in sample frames. This is the number of
359 frames needed for each mixing update.</string>
360 </property>
361 <widget class="QSlider" name="periodSizeSlider">
362 <property name="geometry">
363 <rect>
364 <x>60</x>
365 <y>20</y>
366 <width>191</width>
367 <height>21</height>
368 </rect>
369 </property>
370 <property name="minimum">
371 <number>63</number>
372 </property>
373 <property name="maximum">
374 <number>8192</number>
375 </property>
376 <property name="singleStep">
377 <number>1</number>
378 </property>
379 <property name="pageStep">
380 <number>1024</number>
381 </property>
382 <property name="value">
383 <number>63</number>
384 </property>
385 <property name="tracking">
386 <bool>true</bool>
387 </property>
388 <property name="orientation">
389 <enum>Qt::Horizontal</enum>
390 </property>
391 <property name="tickPosition">
392 <enum>QSlider::TicksBelow</enum>
393 </property>
394 <property name="tickInterval">
395 <number>512</number>
396 </property>
397 </widget>
398 <widget class="QLabel" name="label_10">
399 <property name="geometry">
400 <rect>
401 <x>10</x>
402 <y>0</y>
403 <width>201</width>
404 <height>21</height>
405 </rect>
406 </property>
407 <property name="text">
408 <string>Period Samples</string>
409 </property>
410 <property name="alignment">
411 <set>Qt::AlignCenter</set>
412 </property>
413 </widget>
414 <widget class="QLineEdit" name="periodSizeEdit">
415 <property name="geometry">
416 <rect>
417 <x>0</x>
418 <y>20</y>
419 <width>51</width>
420 <height>21</height>
421 </rect>
422 </property>
423 <property name="placeholderText">
424 <string>20ms</string>
425 </property>
426 </widget>
427 </widget>
428 </widget>
429 <widget class="QComboBox" name="stereoEncodingComboBox">
430 <property name="geometry">
431 <rect>
432 <x>130</x>
433 <y>120</y>
434 <width>111</width>
435 <height>31</height>
436 </rect>
437 </property>
438 <property name="toolTip">
439 <string>Pan Pot uses standard amplitude panning (aka
440 pair-wise, stereo pair, etc) between -30 and +30
441 degrees, while UHJ creates a stereo-compatible
442 two-channel UHJ mix, which encodes some
443 surround sound information into stereo output
444 that can be decoded with a surround sound
445 receiver.</string>
446 </property>
447 </widget>
448 <widget class="QLabel" name="label_19">
449 <property name="geometry">
450 <rect>
451 <x>20</x>
452 <y>120</y>
453 <width>101</width>
454 <height>31</height>
455 </rect>
456 </property>
457 <property name="text">
458 <string>Stereo Encoding:</string>
459 </property>
460 <property name="alignment">
461 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
462 </property>
463 </widget>
464 <widget class="QLabel" name="label_30">
465 <property name="geometry">
466 <rect>
467 <x>260</x>
468 <y>120</y>
469 <width>121</width>
470 <height>31</height>
471 </rect>
472 </property>
473 <property name="text">
474 <string>Ambisonic Format:</string>
475 </property>
476 <property name="alignment">
477 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
478 </property>
479 </widget>
480 <widget class="QComboBox" name="ambiFormatComboBox">
481 <property name="geometry">
482 <rect>
483 <x>390</x>
484 <y>120</y>
485 <width>131</width>
486 <height>31</height>
487 </rect>
488 </property>
489 </widget>
490 <widget class="QCheckBox" name="outputLimiterCheckBox">
491 <property name="geometry">
492 <rect>
493 <x>30</x>
494 <y>160</y>
495 <width>231</width>
496 <height>20</height>
497 </rect>
498 </property>
499 <property name="toolTip">
500 <string>Applies a gain limiter on the final mixed output. This reduces the
501 volume when the output samples would otherwise be clamped,
502 avoiding excessive clipping noise.</string>
503 </property>
504 <property name="text">
505 <string>Enable Gain Limiter</string>
506 </property>
507 <property name="tristate">
508 <bool>true</bool>
509 </property>
510 </widget>
511 <widget class="QCheckBox" name="outputDitherCheckBox">
512 <property name="geometry">
513 <rect>
514 <x>270</x>
515 <y>160</y>
516 <width>261</width>
517 <height>21</height>
518 </rect>
519 </property>
520 <property name="toolTip">
521 <string>Applies dithering on the final mix for 8- and 16-bit output.
522 This replaces the distortion created by nearest-value
523 quantization with low-level whitenoise.</string>
524 </property>
525 <property name="text">
526 <string>Enable Dithering</string>
527 </property>
528 <property name="tristate">
529 <bool>true</bool>
530 </property>
531 </widget>
532 </widget>
533 <widget class="QGroupBox" name="groupBox_4">
534 <property name="geometry">
535 <rect>
536 <x>60</x>
537 <y>90</y>
538 <width>421</width>
539 <height>81</height>
540 </rect>
541 </property>
542 <property name="title">
543 <string>Resampler Quality</string>
544 </property>
545 <property name="alignment">
546 <set>Qt::AlignCenter</set>
547 </property>
548 <widget class="QLabel" name="resamplerLabel">
549 <property name="geometry">
550 <rect>
551 <x>50</x>
552 <y>50</y>
553 <width>321</width>
554 <height>21</height>
555 </rect>
556 </property>
557 <property name="text">
558 <string>Default</string>
559 </property>
560 <property name="alignment">
561 <set>Qt::AlignCenter</set>
562 </property>
563 </widget>
564 <widget class="QSlider" name="resamplerSlider">
565 <property name="geometry">
566 <rect>
567 <x>80</x>
568 <y>30</y>
569 <width>251</width>
570 <height>23</height>
571 </rect>
572 </property>
573 <property name="orientation">
574 <enum>Qt::Horizontal</enum>
575 </property>
576 </widget>
577 <widget class="QLabel" name="label_9">
578 <property name="geometry">
579 <rect>
580 <x>20</x>
581 <y>30</y>
582 <width>51</width>
583 <height>21</height>
584 </rect>
585 </property>
586 <property name="text">
587 <string>Speed</string>
588 </property>
589 <property name="alignment">
590 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
591 </property>
592 </widget>
593 <widget class="QLabel" name="label_15">
594 <property name="geometry">
595 <rect>
596 <x>340</x>
597 <y>30</y>
598 <width>51</width>
599 <height>21</height>
600 </rect>
601 </property>
602 <property name="text">
603 <string>Quality</string>
604 </property>
605 </widget>
606 </widget>
607 </widget>
608 <widget class="QWidget" name="tab_6">
609 <attribute name="title">
610 <string>Renderer</string>
611 </attribute>
612 <widget class="QCheckBox" name="decoderHQModeCheckBox">
613 <property name="geometry">
614 <rect>
615 <x>30</x>
616 <y>20</y>
617 <width>181</width>
618 <height>21</height>
619 </rect>
620 </property>
621 <property name="toolTip">
622 <string>Enables high-quality ambisonic rendering. This mode is
623 capable of frequency-dependent processing, creating a
624 better reproduction of 3D sound rendering over
625 surround sound speakers. Enabling this also requires
626 specifying decoder configuration files for the
627 appropriate speaker configuration you intend to use.</string>
628 </property>
629 <property name="layoutDirection">
630 <enum>Qt::RightToLeft</enum>
631 </property>
632 <property name="text">
633 <string>High Quality Mode:</string>
634 </property>
635 </widget>
636 <widget class="QCheckBox" name="decoderDistCompCheckBox">
637 <property name="geometry">
638 <rect>
639 <x>30</x>
640 <y>50</y>
641 <width>181</width>
642 <height>21</height>
643 </rect>
644 </property>
645 <property name="toolTip">
646 <string>This applies the necessary delays and attenuation
647 to make the speakers behave as though they are
648 all equidistant, which is important for proper
649 playback of 3D sound rendering. Requires the
650 proper distances to be specified in the decoder
651 configuration file.</string>
652 </property>
653 <property name="layoutDirection">
654 <enum>Qt::RightToLeft</enum>
655 </property>
656 <property name="text">
657 <string>Distance Compensation:</string>
658 </property>
659 <property name="tristate">
660 <bool>true</bool>
661 </property>
662 </widget>
663 <widget class="QGroupBox" name="groupBox_8">
664 <property name="geometry">
665 <rect>
666 <x>-10</x>
667 <y>160</y>
668 <width>551</width>
669 <height>161</height>
670 </rect>
671 </property>
672 <property name="title">
673 <string>Decoder Configurations</string>
674 </property>
675 <property name="alignment">
676 <set>Qt::AlignCenter</set>
677 </property>
678 <widget class="QLineEdit" name="decoderQuadLineEdit">
679 <property name="geometry">
680 <rect>
681 <x>120</x>
682 <y>30</y>
683 <width>311</width>
684 <height>21</height>
685 </rect>
686 </property>
687 </widget>
688 <widget class="QLabel" name="label_25">
689 <property name="geometry">
690 <rect>
691 <x>20</x>
692 <y>30</y>
693 <width>91</width>
694 <height>21</height>
695 </rect>
696 </property>
697 <property name="text">
698 <string>Quadraphonic:</string>
699 </property>
700 <property name="alignment">
701 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
702 </property>
703 </widget>
704 <widget class="QPushButton" name="decoderQuadButton">
705 <property name="geometry">
706 <rect>
707 <x>440</x>
708 <y>30</y>
709 <width>91</width>
710 <height>21</height>
711 </rect>
712 </property>
713 <property name="text">
714 <string>Browse...</string>
715 </property>
716 </widget>
717 <widget class="QLineEdit" name="decoder51LineEdit">
718 <property name="geometry">
719 <rect>
720 <x>120</x>
721 <y>60</y>
722 <width>311</width>
723 <height>21</height>
724 </rect>
725 </property>
726 </widget>
727 <widget class="QPushButton" name="decoder51Button">
728 <property name="geometry">
729 <rect>
730 <x>440</x>
731 <y>60</y>
732 <width>91</width>
733 <height>21</height>
734 </rect>
735 </property>
736 <property name="text">
737 <string>Browse...</string>
738 </property>
739 </widget>
740 <widget class="QLabel" name="label_26">
741 <property name="geometry">
742 <rect>
743 <x>20</x>
744 <y>60</y>
745 <width>91</width>
746 <height>21</height>
747 </rect>
748 </property>
749 <property name="text">
750 <string>5.1 Surround:</string>
751 </property>
752 <property name="alignment">
753 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
754 </property>
755 </widget>
756 <widget class="QLabel" name="label_28">
757 <property name="geometry">
758 <rect>
759 <x>20</x>
760 <y>90</y>
761 <width>91</width>
762 <height>21</height>
763 </rect>
764 </property>
765 <property name="text">
766 <string>6.1 Surround:</string>
767 </property>
768 <property name="alignment">
769 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
770 </property>
771 </widget>
772 <widget class="QLineEdit" name="decoder61LineEdit">
773 <property name="geometry">
774 <rect>
775 <x>120</x>
776 <y>90</y>
777 <width>311</width>
778 <height>21</height>
779 </rect>
780 </property>
781 </widget>
782 <widget class="QPushButton" name="decoder61Button">
783 <property name="geometry">
784 <rect>
785 <x>440</x>
786 <y>90</y>
787 <width>91</width>
788 <height>21</height>
789 </rect>
790 </property>
791 <property name="text">
792 <string>Browse...</string>
793 </property>
794 </widget>
795 <widget class="QPushButton" name="decoder71Button">
796 <property name="geometry">
797 <rect>
798 <x>440</x>
799 <y>120</y>
800 <width>91</width>
801 <height>21</height>
802 </rect>
803 </property>
804 <property name="text">
805 <string>Browse...</string>
806 </property>
807 </widget>
808 <widget class="QLineEdit" name="decoder71LineEdit">
809 <property name="geometry">
810 <rect>
811 <x>120</x>
812 <y>120</y>
813 <width>311</width>
814 <height>21</height>
815 </rect>
816 </property>
817 </widget>
818 <widget class="QLabel" name="label_29">
819 <property name="geometry">
820 <rect>
821 <x>20</x>
822 <y>120</y>
823 <width>91</width>
824 <height>21</height>
825 </rect>
826 </property>
827 <property name="text">
828 <string>7.1 Surround:</string>
829 </property>
830 <property name="alignment">
831 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
832 </property>
833 </widget>
834 </widget>
835 <widget class="QCheckBox" name="decoderNFEffectsCheckBox">
836 <property name="geometry">
837 <rect>
838 <x>30</x>
839 <y>80</y>
840 <width>181</width>
841 <height>21</height>
842 </rect>
843 </property>
844 <property name="toolTip">
845 <string>Simulates and compensates for low-frequency effects
846 caused by the curvature of nearby sound-waves, which
847 creates a more realistic perception of sound distance.
848 Note that the effect may be stronger or weaker than
849 intended if the application doesn't use or specify an
850 appropriate unit scale, or if incorrect speaker distances
851 are set in the decoder configuration file.</string>
852 </property>
853 <property name="layoutDirection">
854 <enum>Qt::RightToLeft</enum>
855 </property>
856 <property name="text">
857 <string>Near-Field Effects:</string>
858 </property>
859 <property name="tristate">
860 <bool>true</bool>
861 </property>
862 </widget>
863 <widget class="QWidget" name="widget_3" native="true">
864 <property name="geometry">
865 <rect>
866 <x>-10</x>
867 <y>110</y>
868 <width>281</width>
869 <height>21</height>
870 </rect>
871 </property>
872 <property name="toolTip">
873 <string>The reference delay value for ambisonic output. When
874 Channels is set to one of the Ambisonic formats, this
875 option enables NFC-HOA output with the specified
876 Reference Delay parameter. The specified value can then
877 be shared with an appropriate NFC-HOA decoder to
878 reproduce correct near-field effects. Keep in mind that
879 despite being designed for higher-order ambisonics, this
880 applies to first-order output all the same. When left unset,
881 normal output is created with no near-field simulation.</string>
882 </property>
883 <widget class="QLabel" name="label_27">
884 <property name="geometry">
885 <rect>
886 <x>20</x>
887 <y>0</y>
888 <width>171</width>
889 <height>21</height>
890 </rect>
891 </property>
892 <property name="text">
893 <string>Near-Field Reference Delay:</string>
894 </property>
895 <property name="alignment">
896 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
897 </property>
898 </widget>
899 <widget class="QDoubleSpinBox" name="decoderNFRefDelaySpinBox">
900 <property name="geometry">
901 <rect>
902 <x>200</x>
903 <y>0</y>
904 <width>81</width>
905 <height>21</height>
906 </rect>
907 </property>
908 <property name="suffix">
909 <string>sec</string>
910 </property>
911 <property name="decimals">
912 <number>4</number>
913 </property>
914 <property name="maximum">
915 <double>1000.000000000000000</double>
916 </property>
917 <property name="singleStep">
918 <double>0.010000000000000</double>
919 </property>
920 </widget>
921 </widget>
922 </widget>
923 <widget class="QWidget" name="tab_5">
924 <attribute name="title">
925 <string>HRTF</string>
926 </attribute>
927 <widget class="QGroupBox" name="groupBox_2">
928 <property name="geometry">
929 <rect>
930 <x>-10</x>
931 <y>200</y>
932 <width>551</width>
933 <height>181</height>
934 </rect>
935 </property>
936 <property name="title">
937 <string>Advanced Settings</string>
938 </property>
939 <property name="alignment">
940 <set>Qt::AlignCenter</set>
941 </property>
942 <property name="checkable">
943 <bool>false</bool>
944 </property>
945 <property name="checked">
946 <bool>false</bool>
947 </property>
948 <widget class="QGroupBox" name="groupBox_6">
949 <property name="geometry">
950 <rect>
951 <x>20</x>
952 <y>30</y>
953 <width>511</width>
954 <height>141</height>
955 </rect>
956 </property>
957 <property name="title">
958 <string>HRTF Profile Paths</string>
959 </property>
960 <property name="alignment">
961 <set>Qt::AlignCenter</set>
962 </property>
963 <widget class="QListWidget" name="hrtfFileList">
964 <property name="geometry">
965 <rect>
966 <x>20</x>
967 <y>20</y>
968 <width>391</width>
969 <height>81</height>
970 </rect>
971 </property>
972 <property name="toolTip">
973 <string>A list of additional paths containing HRTF data sets.</string>
974 </property>
975 <property name="dragDropMode">
976 <enum>QAbstractItemView::InternalMove</enum>
977 </property>
978 <property name="alternatingRowColors">
979 <bool>true</bool>
980 </property>
981 <property name="selectionMode">
982 <enum>QAbstractItemView::ExtendedSelection</enum>
983 </property>
984 <property name="textElideMode">
985 <enum>Qt::ElideNone</enum>
986 </property>
987 </widget>
988 <widget class="QPushButton" name="hrtfAddButton">
989 <property name="geometry">
990 <rect>
991 <x>420</x>
992 <y>20</y>
993 <width>81</width>
994 <height>21</height>
995 </rect>
996 </property>
997 <property name="text">
998 <string>Add...</string>
999 </property>
1000 <property name="icon">
1001 <iconset theme="list-add">
1002 <normaloff>.</normaloff>.</iconset>
1003 </property>
1004 <property name="flat">
1005 <bool>false</bool>
1006 </property>
1007 </widget>
1008 <widget class="QCheckBox" name="defaultHrtfPathsCheckBox">
1009 <property name="geometry">
1010 <rect>
1011 <x>180</x>
1012 <y>110</y>
1013 <width>151</width>
1014 <height>21</height>
1015 </rect>
1016 </property>
1017 <property name="toolTip">
1018 <string>Include the default system paths in addition to any
1019 listed above.</string>
1020 </property>
1021 <property name="text">
1022 <string>Include Default Paths</string>
1023 </property>
1024 <property name="checked">
1025 <bool>true</bool>
1026 </property>
1027 </widget>
1028 <widget class="QPushButton" name="hrtfRemoveButton">
1029 <property name="geometry">
1030 <rect>
1031 <x>420</x>
1032 <y>50</y>
1033 <width>81</width>
1034 <height>21</height>
1035 </rect>
1036 </property>
1037 <property name="text">
1038 <string>Remove</string>
1039 </property>
1040 <property name="icon">
1041 <iconset theme="list-remove">
1042 <normaloff>.</normaloff>.</iconset>
1043 </property>
1044 </widget>
1045 </widget>
1046 </widget>
1047 <widget class="QLabel" name="label_16">
1048 <property name="geometry">
1049 <rect>
1050 <x>50</x>
1051 <y>60</y>
1052 <width>71</width>
1053 <height>31</height>
1054 </rect>
1055 </property>
1056 <property name="text">
1057 <string>HRTF Mode:</string>
1058 </property>
1059 <property name="alignment">
1060 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1061 </property>
1062 </widget>
1063 <widget class="QComboBox" name="hrtfStateComboBox">
1064 <property name="geometry">
1065 <rect>
1066 <x>130</x>
1067 <y>60</y>
1068 <width>161</width>
1069 <height>31</height>
1070 </rect>
1071 </property>
1072 <property name="toolTip">
1073 <string>Forces HRTF processing on or off, or leaves it to the
1074 application or system to determine if it should be used.</string>
1075 </property>
1076 <property name="sizeAdjustPolicy">
1077 <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
1078 </property>
1079 <item>
1080 <property name="text">
1081 <string>Application preference</string>
1082 </property>
1083 </item>
1084 <item>
1085 <property name="text">
1086 <string>Force on</string>
1087 </property>
1088 </item>
1089 <item>
1090 <property name="text">
1091 <string>Force off</string>
1092 </property>
1093 </item>
1094 </widget>
1095 <widget class="QLabel" name="label_12">
1096 <property name="geometry">
1097 <rect>
1098 <x>30</x>
1099 <y>20</y>
1100 <width>91</width>
1101 <height>31</height>
1102 </rect>
1103 </property>
1104 <property name="text">
1105 <string>Preferred HRTF:</string>
1106 </property>
1107 <property name="alignment">
1108 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1109 </property>
1110 </widget>
1111 <widget class="QComboBox" name="preferredHrtfComboBox">
1112 <property name="geometry">
1113 <rect>
1114 <x>130</x>
1115 <y>20</y>
1116 <width>161</width>
1117 <height>31</height>
1118 </rect>
1119 </property>
1120 <property name="toolTip">
1121 <string>The default HRTF to use if the application doesn't request one.</string>
1122 </property>
1123 </widget>
1124 <widget class="QGroupBox" name="groupBox_9">
1125 <property name="geometry">
1126 <rect>
1127 <x>50</x>
1128 <y>100</y>
1129 <width>441</width>
1130 <height>81</height>
1131 </rect>
1132 </property>
1133 <property name="title">
1134 <string>HRTF Render Method</string>
1135 </property>
1136 <widget class="QLabel" name="label_31">
1137 <property name="geometry">
1138 <rect>
1139 <x>20</x>
1140 <y>30</y>
1141 <width>51</width>
1142 <height>21</height>
1143 </rect>
1144 </property>
1145 <property name="text">
1146 <string>Speed</string>
1147 </property>
1148 <property name="alignment">
1149 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1150 </property>
1151 </widget>
1152 <widget class="QLabel" name="label_32">
1153 <property name="geometry">
1154 <rect>
1155 <x>340</x>
1156 <y>30</y>
1157 <width>51</width>
1158 <height>21</height>
1159 </rect>
1160 </property>
1161 <property name="text">
1162 <string>Quality</string>
1163 </property>
1164 </widget>
1165 <widget class="QSlider" name="hrtfmodeSlider">
1166 <property name="geometry">
1167 <rect>
1168 <x>80</x>
1169 <y>30</y>
1170 <width>251</width>
1171 <height>21</height>
1172 </rect>
1173 </property>
1174 <property name="orientation">
1175 <enum>Qt::Horizontal</enum>
1176 </property>
1177 </widget>
1178 <widget class="QLabel" name="hrtfmodeLabel">
1179 <property name="geometry">
1180 <rect>
1181 <x>50</x>
1182 <y>50</y>
1183 <width>321</width>
1184 <height>21</height>
1185 </rect>
1186 </property>
1187 <property name="text">
1188 <string>Default</string>
1189 </property>
1190 <property name="alignment">
1191 <set>Qt::AlignCenter</set>
1192 </property>
1193 </widget>
1194 </widget>
1195 </widget>
1196 <widget class="QWidget" name="tab">
1197 <attribute name="title">
1198 <string>Backends</string>
1199 </attribute>
1200 <widget class="QListWidget" name="backendListWidget">
1201 <property name="geometry">
1202 <rect>
1203 <x>0</x>
1204 <y>11</y>
1205 <width>111</width>
1206 <height>361</height>
1207 </rect>
1208 </property>
1209 <property name="alternatingRowColors">
1210 <bool>true</bool>
1211 </property>
1212 <item>
1213 <property name="text">
1214 <string>General</string>
1215 </property>
1216 </item>
1217 <item>
1218 <property name="text">
1219 <string>PulseAudio</string>
1220 </property>
1221 </item>
1222 <item>
1223 <property name="text">
1224 <string>JACK</string>
1225 </property>
1226 </item>
1227 <item>
1228 <property name="text">
1229 <string>ALSA</string>
1230 </property>
1231 </item>
1232 <item>
1233 <property name="text">
1234 <string>OSS</string>
1235 </property>
1236 </item>
1237 <item>
1238 <property name="text">
1239 <string>Solaris</string>
1240 </property>
1241 </item>
1242 <item>
1243 <property name="text">
1244 <string>Wave Writer</string>
1245 </property>
1246 </item>
1247 </widget>
1248 <widget class="QStackedWidget" name="backendStackedWidget">
1249 <property name="geometry">
1250 <rect>
1251 <x>110</x>
1252 <y>10</y>
1253 <width>421</width>
1254 <height>361</height>
1255 </rect>
1256 </property>
1257 <property name="currentIndex">
1258 <number>0</number>
1259 </property>
1260 <widget class="QWidget" name="page">
1261 <widget class="QCheckBox" name="backendCheckBox">
1262 <property name="geometry">
1263 <rect>
1264 <x>20</x>
1265 <y>190</y>
1266 <width>391</width>
1267 <height>21</height>
1268 </rect>
1269 </property>
1270 <property name="toolTip">
1271 <string>When checked, allows all other available backends not listed in the priority or disabled lists.</string>
1272 </property>
1273 <property name="text">
1274 <string>Allow Other Backends</string>
1275 </property>
1276 <property name="checked">
1277 <bool>true</bool>
1278 </property>
1279 </widget>
1280 <widget class="QListWidget" name="disabledBackendList">
1281 <property name="geometry">
1282 <rect>
1283 <x>220</x>
1284 <y>30</y>
1285 <width>191</width>
1286 <height>151</height>
1287 </rect>
1288 </property>
1289 <property name="toolTip">
1290 <string>Disabled backend driver list.</string>
1291 </property>
1292 </widget>
1293 <widget class="QListWidget" name="enabledBackendList">
1294 <property name="geometry">
1295 <rect>
1296 <x>20</x>
1297 <y>30</y>
1298 <width>191</width>
1299 <height>151</height>
1300 </rect>
1301 </property>
1302 <property name="toolTip">
1303 <string>The backend driver list order. Unknown backends and
1304 duplicated names are ignored.</string>
1305 </property>
1306 <property name="dragDropMode">
1307 <enum>QAbstractItemView::InternalMove</enum>
1308 </property>
1309 </widget>
1310 <widget class="QLabel" name="label_2">
1311 <property name="geometry">
1312 <rect>
1313 <x>230</x>
1314 <y>10</y>
1315 <width>171</width>
1316 <height>20</height>
1317 </rect>
1318 </property>
1319 <property name="text">
1320 <string>Disabled Backends:</string>
1321 </property>
1322 </widget>
1323 <widget class="QLabel" name="label">
1324 <property name="geometry">
1325 <rect>
1326 <x>30</x>
1327 <y>10</y>
1328 <width>171</width>
1329 <height>20</height>
1330 </rect>
1331 </property>
1332 <property name="text">
1333 <string>Priority Backends:</string>
1334 </property>
1335 </widget>
1336 </widget>
1337 <widget class="QWidget" name="page_2">
1338 <widget class="QCheckBox" name="pulseAutospawnCheckBox">
1339 <property name="geometry">
1340 <rect>
1341 <x>20</x>
1342 <y>10</y>
1343 <width>141</width>
1344 <height>21</height>
1345 </rect>
1346 </property>
1347 <property name="toolTip">
1348 <string>Automatically spawn a PulseAudio server if one
1349 is not already running.</string>
1350 </property>
1351 <property name="text">
1352 <string>AutoSpawn Server</string>
1353 </property>
1354 <property name="tristate">
1355 <bool>true</bool>
1356 </property>
1357 </widget>
1358 <widget class="QCheckBox" name="pulseAllowMovesCheckBox">
1359 <property name="geometry">
1360 <rect>
1361 <x>20</x>
1362 <y>40</y>
1363 <width>161</width>
1364 <height>21</height>
1365 </rect>
1366 </property>
1367 <property name="toolTip">
1368 <string>Allows moving PulseAudio streams to different
1369 devices during playback or capture. Note that the
1370 device specifier and device format will not change
1371 to match the new device.</string>
1372 </property>
1373 <property name="text">
1374 <string>Allow Moving Streams</string>
1375 </property>
1376 <property name="tristate">
1377 <bool>true</bool>
1378 </property>
1379 </widget>
1380 <widget class="QCheckBox" name="pulseFixRateCheckBox">
1381 <property name="geometry">
1382 <rect>
1383 <x>20</x>
1384 <y>70</y>
1385 <width>121</width>
1386 <height>21</height>
1387 </rect>
1388 </property>
1389 <property name="toolTip">
1390 <string>When checked, fix the OpenAL device's sample
1391 rate to match the PulseAudio device.</string>
1392 </property>
1393 <property name="text">
1394 <string>Fix Sample Rate</string>
1395 </property>
1396 <property name="tristate">
1397 <bool>true</bool>
1398 </property>
1399 </widget>
1400 <widget class="QCheckBox" name="pulseAdjLatencyCheckBox">
1401 <property name="geometry">
1402 <rect>
1403 <x>20</x>
1404 <y>100</y>
1405 <width>111</width>
1406 <height>21</height>
1407 </rect>
1408 </property>
1409 <property name="toolTip">
1410 <string>Attempts to adjust the overall latency of device
1411 playback. Note that this may have adverse effects
1412 on the resulting internal buffer sizes and mixing
1413 updates, leading to performance problems and
1414 drop-outs.</string>
1415 </property>
1416 <property name="text">
1417 <string>Adjust Latency</string>
1418 </property>
1419 <property name="tristate">
1420 <bool>true</bool>
1421 </property>
1422 </widget>
1423 </widget>
1424 <widget class="QWidget" name="page_7">
1425 <widget class="QCheckBox" name="jackAutospawnCheckBox">
1426 <property name="geometry">
1427 <rect>
1428 <x>20</x>
1429 <y>10</y>
1430 <width>141</width>
1431 <height>21</height>
1432 </rect>
1433 </property>
1434 <property name="text">
1435 <string>AutoSpawn Server</string>
1436 </property>
1437 <property name="tristate">
1438 <bool>true</bool>
1439 </property>
1440 </widget>
1441 <widget class="QGroupBox" name="groupBox_7">
1442 <property name="geometry">
1443 <rect>
1444 <x>10</x>
1445 <y>70</y>
1446 <width>401</width>
1447 <height>80</height>
1448 </rect>
1449 </property>
1450 <property name="toolTip">
1451 <string>The update buffer size, in samples, that the backend
1452 will keep buffered to handle the server's real-time
1453 processing requests. Must be a power of 2.</string>
1454 </property>
1455 <property name="title">
1456 <string>Buffer Size</string>
1457 </property>
1458 <property name="alignment">
1459 <set>Qt::AlignCenter</set>
1460 </property>
1461 <widget class="QLineEdit" name="jackBufferSizeLine">
1462 <property name="geometry">
1463 <rect>
1464 <x>320</x>
1465 <y>30</y>
1466 <width>71</width>
1467 <height>21</height>
1468 </rect>
1469 </property>
1470 <property name="placeholderText">
1471 <string>0</string>
1472 </property>
1473 </widget>
1474 <widget class="QSlider" name="jackBufferSizeSlider">
1475 <property name="geometry">
1476 <rect>
1477 <x>10</x>
1478 <y>30</y>
1479 <width>301</width>
1480 <height>21</height>
1481 </rect>
1482 </property>
1483 <property name="maximum">
1484 <number>13</number>
1485 </property>
1486 <property name="singleStep">
1487 <number>1</number>
1488 </property>
1489 <property name="pageStep">
1490 <number>4</number>
1491 </property>
1492 <property name="orientation">
1493 <enum>Qt::Horizontal</enum>
1494 </property>
1495 <property name="tickPosition">
1496 <enum>QSlider::TicksBelow</enum>
1497 </property>
1498 <property name="tickInterval">
1499 <number>1</number>
1500 </property>
1501 </widget>
1502 </widget>
1503 <widget class="QCheckBox" name="jackConnectPortsCheckBox">
1504 <property name="geometry">
1505 <rect>
1506 <x>20</x>
1507 <y>40</y>
1508 <width>141</width>
1509 <height>21</height>
1510 </rect>
1511 </property>
1512 <property name="text">
1513 <string>AutoConnect Ports</string>
1514 </property>
1515 <property name="tristate">
1516 <bool>true</bool>
1517 </property>
1518 </widget>
1519 </widget>
1520 <widget class="QWidget" name="page_3">
1521 <widget class="QLabel" name="label_17">
1522 <property name="geometry">
1523 <rect>
1524 <x>10</x>
1525 <y>30</y>
1526 <width>141</width>
1527 <height>21</height>
1528 </rect>
1529 </property>
1530 <property name="text">
1531 <string>Default Playback Device:</string>
1532 </property>
1533 <property name="alignment">
1534 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1535 </property>
1536 </widget>
1537 <widget class="QLineEdit" name="alsaDefaultDeviceLine">
1538 <property name="geometry">
1539 <rect>
1540 <x>160</x>
1541 <y>30</y>
1542 <width>231</width>
1543 <height>21</height>
1544 </rect>
1545 </property>
1546 <property name="placeholderText">
1547 <string>default</string>
1548 </property>
1549 </widget>
1550 <widget class="QLabel" name="label_18">
1551 <property name="geometry">
1552 <rect>
1553 <x>10</x>
1554 <y>60</y>
1555 <width>141</width>
1556 <height>21</height>
1557 </rect>
1558 </property>
1559 <property name="text">
1560 <string>Default Capture Device:</string>
1561 </property>
1562 <property name="alignment">
1563 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1564 </property>
1565 </widget>
1566 <widget class="QLineEdit" name="alsaDefaultCaptureLine">
1567 <property name="geometry">
1568 <rect>
1569 <x>160</x>
1570 <y>60</y>
1571 <width>231</width>
1572 <height>21</height>
1573 </rect>
1574 </property>
1575 <property name="placeholderText">
1576 <string>default</string>
1577 </property>
1578 </widget>
1579 <widget class="QCheckBox" name="alsaResamplerCheckBox">
1580 <property name="geometry">
1581 <rect>
1582 <x>20</x>
1583 <y>100</y>
1584 <width>191</width>
1585 <height>21</height>
1586 </rect>
1587 </property>
1588 <property name="toolTip">
1589 <string>Allow use of ALSA's software resampler. This lets
1590 the OpenAL device to be set to a different sample
1591 rate than the backend device, but incurs another
1592 resample pass on top of OpenAL's resampler.</string>
1593 </property>
1594 <property name="text">
1595 <string>Allow Resampler</string>
1596 </property>
1597 <property name="tristate">
1598 <bool>true</bool>
1599 </property>
1600 </widget>
1601 <widget class="QCheckBox" name="alsaMmapCheckBox">
1602 <property name="geometry">
1603 <rect>
1604 <x>210</x>
1605 <y>100</y>
1606 <width>191</width>
1607 <height>21</height>
1608 </rect>
1609 </property>
1610 <property name="toolTip">
1611 <string>Accesses the audio device buffer through an mmap,
1612 potentially avoiding an extra sample buffer copy
1613 during updates.</string>
1614 </property>
1615 <property name="text">
1616 <string>MMap Buffer</string>
1617 </property>
1618 <property name="tristate">
1619 <bool>true</bool>
1620 </property>
1621 </widget>
1622 </widget>
1623 <widget class="QWidget" name="page_4">
1624 <widget class="QLabel" name="label_20">
1625 <property name="geometry">
1626 <rect>
1627 <x>10</x>
1628 <y>30</y>
1629 <width>141</width>
1630 <height>21</height>
1631 </rect>
1632 </property>
1633 <property name="text">
1634 <string>Default Playback Device:</string>
1635 </property>
1636 <property name="alignment">
1637 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1638 </property>
1639 </widget>
1640 <widget class="QLineEdit" name="ossDefaultDeviceLine">
1641 <property name="geometry">
1642 <rect>
1643 <x>160</x>
1644 <y>30</y>
1645 <width>151</width>
1646 <height>21</height>
1647 </rect>
1648 </property>
1649 <property name="placeholderText">
1650 <string>/dev/dsp</string>
1651 </property>
1652 </widget>
1653 <widget class="QLabel" name="label_21">
1654 <property name="geometry">
1655 <rect>
1656 <x>10</x>
1657 <y>60</y>
1658 <width>141</width>
1659 <height>21</height>
1660 </rect>
1661 </property>
1662 <property name="text">
1663 <string>Default Capture Device:</string>
1664 </property>
1665 <property name="alignment">
1666 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1667 </property>
1668 </widget>
1669 <widget class="QLineEdit" name="ossDefaultCaptureLine">
1670 <property name="geometry">
1671 <rect>
1672 <x>160</x>
1673 <y>60</y>
1674 <width>151</width>
1675 <height>21</height>
1676 </rect>
1677 </property>
1678 <property name="placeholderText">
1679 <string>/dev/dsp</string>
1680 </property>
1681 </widget>
1682 <widget class="QPushButton" name="ossPlaybackPushButton">
1683 <property name="geometry">
1684 <rect>
1685 <x>320</x>
1686 <y>30</y>
1687 <width>91</width>
1688 <height>21</height>
1689 </rect>
1690 </property>
1691 <property name="text">
1692 <string>Browse...</string>
1693 </property>
1694 </widget>
1695 <widget class="QPushButton" name="ossCapturePushButton">
1696 <property name="geometry">
1697 <rect>
1698 <x>320</x>
1699 <y>60</y>
1700 <width>91</width>
1701 <height>21</height>
1702 </rect>
1703 </property>
1704 <property name="text">
1705 <string>Browse...</string>
1706 </property>
1707 </widget>
1708 </widget>
1709 <widget class="QWidget" name="page_5">
1710 <widget class="QLineEdit" name="solarisDefaultDeviceLine">
1711 <property name="geometry">
1712 <rect>
1713 <x>160</x>
1714 <y>30</y>
1715 <width>151</width>
1716 <height>21</height>
1717 </rect>
1718 </property>
1719 <property name="placeholderText">
1720 <string>/dev/audio</string>
1721 </property>
1722 </widget>
1723 <widget class="QLabel" name="label_22">
1724 <property name="geometry">
1725 <rect>
1726 <x>10</x>
1727 <y>30</y>
1728 <width>141</width>
1729 <height>21</height>
1730 </rect>
1731 </property>
1732 <property name="text">
1733 <string>Default Playback Device:</string>
1734 </property>
1735 <property name="alignment">
1736 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1737 </property>
1738 </widget>
1739 <widget class="QPushButton" name="solarisPlaybackPushButton">
1740 <property name="geometry">
1741 <rect>
1742 <x>320</x>
1743 <y>30</y>
1744 <width>91</width>
1745 <height>21</height>
1746 </rect>
1747 </property>
1748 <property name="text">
1749 <string>Browse...</string>
1750 </property>
1751 </widget>
1752 </widget>
1753 <widget class="QWidget" name="page_6">
1754 <widget class="QLabel" name="label_23">
1755 <property name="geometry">
1756 <rect>
1757 <x>10</x>
1758 <y>30</y>
1759 <width>71</width>
1760 <height>21</height>
1761 </rect>
1762 </property>
1763 <property name="text">
1764 <string>Output File:</string>
1765 </property>
1766 <property name="alignment">
1767 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1768 </property>
1769 </widget>
1770 <widget class="QLineEdit" name="waveOutputLine">
1771 <property name="geometry">
1772 <rect>
1773 <x>90</x>
1774 <y>30</y>
1775 <width>221</width>
1776 <height>21</height>
1777 </rect>
1778 </property>
1779 </widget>
1780 <widget class="QLabel" name="label_24">
1781 <property name="geometry">
1782 <rect>
1783 <x>0</x>
1784 <y>90</y>
1785 <width>421</width>
1786 <height>71</height>
1787 </rect>
1788 </property>
1789 <property name="text">
1790 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Warning: The specified output file will be OVERWRITTEN WITHOUT&lt;/span&gt;&lt;/p&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;QUESTION when the Wave Writer device is opened.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1791 </property>
1792 </widget>
1793 <widget class="QPushButton" name="waveOutputButton">
1794 <property name="geometry">
1795 <rect>
1796 <x>320</x>
1797 <y>30</y>
1798 <width>91</width>
1799 <height>21</height>
1800 </rect>
1801 </property>
1802 <property name="text">
1803 <string>Browse...</string>
1804 </property>
1805 </widget>
1806 <widget class="QCheckBox" name="waveBFormatCheckBox">
1807 <property name="geometry">
1808 <rect>
1809 <x>120</x>
1810 <y>60</y>
1811 <width>191</width>
1812 <height>21</height>
1813 </rect>
1814 </property>
1815 <property name="text">
1816 <string>Create .amb (B-Format) files</string>
1817 </property>
1818 </widget>
1819 </widget>
1820 </widget>
1821 </widget>
1822 <widget class="QWidget" name="tab_2">
1823 <attribute name="title">
1824 <string>Resources</string>
1825 </attribute>
1826 <widget class="QLineEdit" name="srcCountLineEdit">
1827 <property name="geometry">
1828 <rect>
1829 <x>190</x>
1830 <y>20</y>
1831 <width>51</width>
1832 <height>21</height>
1833 </rect>
1834 </property>
1835 <property name="toolTip">
1836 <string>The maximum number of allocatable sources. Lower values may
1837 help for systems with apps that try to play more sounds than
1838 the CPU can handle.</string>
1839 </property>
1840 <property name="maxLength">
1841 <number>4</number>
1842 </property>
1843 <property name="placeholderText">
1844 <string>256</string>
1845 </property>
1846 </widget>
1847 <widget class="QLabel" name="label_3">
1848 <property name="geometry">
1849 <rect>
1850 <x>10</x>
1851 <y>20</y>
1852 <width>171</width>
1853 <height>21</height>
1854 </rect>
1855 </property>
1856 <property name="text">
1857 <string>Number of Sound Sources:</string>
1858 </property>
1859 <property name="alignment">
1860 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1861 </property>
1862 </widget>
1863 <widget class="QLabel" name="label_4">
1864 <property name="geometry">
1865 <rect>
1866 <x>10</x>
1867 <y>50</y>
1868 <width>171</width>
1869 <height>21</height>
1870 </rect>
1871 </property>
1872 <property name="text">
1873 <string>Number of Effect Slots:</string>
1874 </property>
1875 <property name="alignment">
1876 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1877 </property>
1878 </widget>
1879 <widget class="QLineEdit" name="effectSlotLineEdit">
1880 <property name="geometry">
1881 <rect>
1882 <x>190</x>
1883 <y>50</y>
1884 <width>51</width>
1885 <height>21</height>
1886 </rect>
1887 </property>
1888 <property name="toolTip">
1889 <string>The maximum number of Auxiliary Effect Slots an app can
1890 create. A slot can use a non-negligible amount of CPU time if
1891 an effect is set on it even if no sources are feeding it, so this
1892 may help when apps use more than the system can handle.</string>
1893 </property>
1894 <property name="maxLength">
1895 <number>3</number>
1896 </property>
1897 <property name="placeholderText">
1898 <string>64</string>
1899 </property>
1900 </widget>
1901 <widget class="QLabel" name="label_8">
1902 <property name="geometry">
1903 <rect>
1904 <x>10</x>
1905 <y>80</y>
1906 <width>171</width>
1907 <height>21</height>
1908 </rect>
1909 </property>
1910 <property name="text">
1911 <string>Number of Source Sends:</string>
1912 </property>
1913 <property name="alignment">
1914 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1915 </property>
1916 </widget>
1917 <widget class="QLineEdit" name="srcSendLineEdit">
1918 <property name="geometry">
1919 <rect>
1920 <x>190</x>
1921 <y>80</y>
1922 <width>51</width>
1923 <height>21</height>
1924 </rect>
1925 </property>
1926 <property name="toolTip">
1927 <string>Limits the number of auxiliary sends allowed per source.
1928 Setting this higher than the default has no effect.</string>
1929 </property>
1930 <property name="maxLength">
1931 <number>2</number>
1932 </property>
1933 <property name="placeholderText">
1934 <string>16</string>
1935 </property>
1936 </widget>
1937 <widget class="QGroupBox" name="cpuExtGroupBox">
1938 <property name="geometry">
1939 <rect>
1940 <x>10</x>
1941 <y>120</y>
1942 <width>511</width>
1943 <height>121</height>
1944 </rect>
1945 </property>
1946 <property name="toolTip">
1947 <string>Enables use of specific CPU extensions. Certain methods may
1948 utilize CPU extensions when detected, and disabling these can
1949 be useful for preventing those extensions from being used.</string>
1950 </property>
1951 <property name="title">
1952 <string>CPU Extensions</string>
1953 </property>
1954 <widget class="QCheckBox" name="enableSSECheckBox">
1955 <property name="geometry">
1956 <rect>
1957 <x>100</x>
1958 <y>20</y>
1959 <width>71</width>
1960 <height>31</height>
1961 </rect>
1962 </property>
1963 <property name="text">
1964 <string>SSE</string>
1965 </property>
1966 <property name="checked">
1967 <bool>true</bool>
1968 </property>
1969 </widget>
1970 <widget class="QCheckBox" name="enableSSE2CheckBox">
1971 <property name="geometry">
1972 <rect>
1973 <x>180</x>
1974 <y>20</y>
1975 <width>71</width>
1976 <height>31</height>
1977 </rect>
1978 </property>
1979 <property name="text">
1980 <string>SSE2</string>
1981 </property>
1982 <property name="checked">
1983 <bool>true</bool>
1984 </property>
1985 </widget>
1986 <widget class="QCheckBox" name="enableNeonCheckBox">
1987 <property name="geometry">
1988 <rect>
1989 <x>100</x>
1990 <y>50</y>
1991 <width>71</width>
1992 <height>31</height>
1993 </rect>
1994 </property>
1995 <property name="text">
1996 <string>Neon</string>
1997 </property>
1998 <property name="checked">
1999 <bool>true</bool>
2000 </property>
2001 </widget>
2002 <widget class="QCheckBox" name="enableSSE41CheckBox">
2003 <property name="geometry">
2004 <rect>
2005 <x>340</x>
2006 <y>20</y>
2007 <width>71</width>
2008 <height>31</height>
2009 </rect>
2010 </property>
2011 <property name="text">
2012 <string>SSE4.1</string>
2013 </property>
2014 <property name="checked">
2015 <bool>true</bool>
2016 </property>
2017 </widget>
2018 <widget class="QCheckBox" name="enableSSE3CheckBox">
2019 <property name="geometry">
2020 <rect>
2021 <x>260</x>
2022 <y>20</y>
2023 <width>71</width>
2024 <height>31</height>
2025 </rect>
2026 </property>
2027 <property name="text">
2028 <string>SSE3</string>
2029 </property>
2030 <property name="checked">
2031 <bool>true</bool>
2032 </property>
2033 </widget>
2034 <widget class="QLabel" name="cpuExtDisabledLabel">
2035 <property name="geometry">
2036 <rect>
2037 <x>101</x>
2038 <y>80</y>
2039 <width>311</width>
2040 <height>31</height>
2041 </rect>
2042 </property>
2043 <property name="text">
2044 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;No support enabled for CPU Extensions&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
2045 </property>
2046 </widget>
2047 </widget>
2048 </widget>
2049 <widget class="QWidget" name="tab_4">
2050 <attribute name="title">
2051 <string>Effects</string>
2052 </attribute>
2053 <widget class="QGroupBox" name="groupBox_5">
2054 <property name="geometry">
2055 <rect>
2056 <x>10</x>
2057 <y>100</y>
2058 <width>511</width>
2059 <height>241</height>
2060 </rect>
2061 </property>
2062 <property name="toolTip">
2063 <string>Specifies which effects apps can recognize. Disabling effects
2064 can help for apps that try to use ones that are too intensive
2065 for the system to handle.</string>
2066 </property>
2067 <property name="title">
2068 <string>Enabled Effects</string>
2069 </property>
2070 <widget class="QCheckBox" name="enableEaxReverbCheck">
2071 <property name="geometry">
2072 <rect>
2073 <x>70</x>
2074 <y>30</y>
2075 <width>131</width>
2076 <height>21</height>
2077 </rect>
2078 </property>
2079 <property name="text">
2080 <string>EAX Reverb</string>
2081 </property>
2082 <property name="checked">
2083 <bool>true</bool>
2084 </property>
2085 </widget>
2086 <widget class="QCheckBox" name="enableStdReverbCheck">
2087 <property name="geometry">
2088 <rect>
2089 <x>70</x>
2090 <y>60</y>
2091 <width>131</width>
2092 <height>21</height>
2093 </rect>
2094 </property>
2095 <property name="text">
2096 <string>Standard Reverb</string>
2097 </property>
2098 <property name="checked">
2099 <bool>true</bool>
2100 </property>
2101 </widget>
2102 <widget class="QCheckBox" name="enableChorusCheck">
2103 <property name="geometry">
2104 <rect>
2105 <x>70</x>
2106 <y>90</y>
2107 <width>131</width>
2108 <height>21</height>
2109 </rect>
2110 </property>
2111 <property name="text">
2112 <string>Chorus</string>
2113 </property>
2114 <property name="checked">
2115 <bool>true</bool>
2116 </property>
2117 </widget>
2118 <widget class="QCheckBox" name="enableDistortionCheck">
2119 <property name="geometry">
2120 <rect>
2121 <x>70</x>
2122 <y>150</y>
2123 <width>131</width>
2124 <height>21</height>
2125 </rect>
2126 </property>
2127 <property name="text">
2128 <string>Distortion</string>
2129 </property>
2130 <property name="checked">
2131 <bool>true</bool>
2132 </property>
2133 </widget>
2134 <widget class="QCheckBox" name="enableEchoCheck">
2135 <property name="geometry">
2136 <rect>
2137 <x>70</x>
2138 <y>180</y>
2139 <width>131</width>
2140 <height>21</height>
2141 </rect>
2142 </property>
2143 <property name="text">
2144 <string>Echo</string>
2145 </property>
2146 <property name="checked">
2147 <bool>true</bool>
2148 </property>
2149 </widget>
2150 <widget class="QCheckBox" name="enableEqualizerCheck">
2151 <property name="geometry">
2152 <rect>
2153 <x>320</x>
2154 <y>30</y>
2155 <width>131</width>
2156 <height>21</height>
2157 </rect>
2158 </property>
2159 <property name="text">
2160 <string>Equalizer</string>
2161 </property>
2162 <property name="checked">
2163 <bool>true</bool>
2164 </property>
2165 </widget>
2166 <widget class="QCheckBox" name="enableFlangerCheck">
2167 <property name="geometry">
2168 <rect>
2169 <x>320</x>
2170 <y>90</y>
2171 <width>131</width>
2172 <height>21</height>
2173 </rect>
2174 </property>
2175 <property name="text">
2176 <string>Flanger</string>
2177 </property>
2178 <property name="checked">
2179 <bool>true</bool>
2180 </property>
2181 </widget>
2182 <widget class="QCheckBox" name="enableModulatorCheck">
2183 <property name="geometry">
2184 <rect>
2185 <x>320</x>
2186 <y>150</y>
2187 <width>131</width>
2188 <height>21</height>
2189 </rect>
2190 </property>
2191 <property name="text">
2192 <string>Ring Modulator</string>
2193 </property>
2194 <property name="checked">
2195 <bool>true</bool>
2196 </property>
2197 </widget>
2198 <widget class="QCheckBox" name="enableDedicatedCheck">
2199 <property name="geometry">
2200 <rect>
2201 <x>320</x>
2202 <y>180</y>
2203 <width>131</width>
2204 <height>21</height>
2205 </rect>
2206 </property>
2207 <property name="toolTip">
2208 <string>Enables both the Dedicated Dialog and Dedicated LFE effects
2209 added by the ALC_EXT_DEDICATED extension.</string>
2210 </property>
2211 <property name="text">
2212 <string>Dedicated ...</string>
2213 </property>
2214 <property name="checked">
2215 <bool>true</bool>
2216 </property>
2217 </widget>
2218 <widget class="QCheckBox" name="enableCompressorCheck">
2219 <property name="geometry">
2220 <rect>
2221 <x>70</x>
2222 <y>120</y>
2223 <width>111</width>
2224 <height>21</height>
2225 </rect>
2226 </property>
2227 <property name="text">
2228 <string>Compressor</string>
2229 </property>
2230 <property name="checked">
2231 <bool>true</bool>
2232 </property>
2233 </widget>
2234 <widget class="QCheckBox" name="enablePitchShifterCheck">
2235 <property name="geometry">
2236 <rect>
2237 <x>320</x>
2238 <y>120</y>
2239 <width>131</width>
2240 <height>21</height>
2241 </rect>
2242 </property>
2243 <property name="text">
2244 <string>Pitch Shifter</string>
2245 </property>
2246 <property name="checked">
2247 <bool>true</bool>
2248 </property>
2249 </widget>
2250 <widget class="QCheckBox" name="enableFrequencyShifterCheck">
2251 <property name="geometry">
2252 <rect>
2253 <x>320</x>
2254 <y>60</y>
2255 <width>131</width>
2256 <height>21</height>
2257 </rect>
2258 </property>
2259 <property name="text">
2260 <string>Frequency Shifter</string>
2261 </property>
2262 <property name="checked">
2263 <bool>true</bool>
2264 </property>
2265 </widget>
2266 <widget class="QCheckBox" name="enableAutowahCheck">
2267 <property name="geometry">
2268 <rect>
2269 <x>70</x>
2270 <y>210</y>
2271 <width>131</width>
2272 <height>21</height>
2273 </rect>
2274 </property>
2275 <property name="text">
2276 <string>Autowah</string>
2277 </property>
2278 <property name="checked">
2279 <bool>true</bool>
2280 </property>
2281 </widget>
2282 <widget class="QCheckBox" name="enableVocalMorpherCheck">
2283 <property name="geometry">
2284 <rect>
2285 <x>320</x>
2286 <y>210</y>
2287 <width>131</width>
2288 <height>21</height>
2289 </rect>
2290 </property>
2291 <property name="text">
2292 <string>Vocal morpher</string>
2293 </property>
2294 <property name="checked">
2295 <bool>true</bool>
2296 </property>
2297 </widget>
2298 </widget>
2299 <widget class="QLabel" name="label_13">
2300 <property name="geometry">
2301 <rect>
2302 <x>10</x>
2303 <y>20</y>
2304 <width>141</width>
2305 <height>31</height>
2306 </rect>
2307 </property>
2308 <property name="text">
2309 <string>Default Reverb Effect:</string>
2310 </property>
2311 <property name="alignment">
2312 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2313 </property>
2314 </widget>
2315 <widget class="QComboBox" name="defaultReverbComboBox">
2316 <property name="geometry">
2317 <rect>
2318 <x>160</x>
2319 <y>20</y>
2320 <width>131</width>
2321 <height>31</height>
2322 </rect>
2323 </property>
2324 <property name="sizeAdjustPolicy">
2325 <enum>QComboBox::AdjustToContents</enum>
2326 </property>
2327 <item>
2328 <property name="text">
2329 <string>None</string>
2330 </property>
2331 </item>
2332 <item>
2333 <property name="text">
2334 <string>Generic</string>
2335 </property>
2336 </item>
2337 <item>
2338 <property name="text">
2339 <string>PaddedCell</string>
2340 </property>
2341 </item>
2342 <item>
2343 <property name="text">
2344 <string>Room</string>
2345 </property>
2346 </item>
2347 <item>
2348 <property name="text">
2349 <string>Bathroom</string>
2350 </property>
2351 </item>
2352 <item>
2353 <property name="text">
2354 <string>Livingroom</string>
2355 </property>
2356 </item>
2357 <item>
2358 <property name="text">
2359 <string>Stoneroom</string>
2360 </property>
2361 </item>
2362 <item>
2363 <property name="text">
2364 <string>Auditorium</string>
2365 </property>
2366 </item>
2367 <item>
2368 <property name="text">
2369 <string>ConcertHall</string>
2370 </property>
2371 </item>
2372 <item>
2373 <property name="text">
2374 <string>Cave</string>
2375 </property>
2376 </item>
2377 <item>
2378 <property name="text">
2379 <string>Arena</string>
2380 </property>
2381 </item>
2382 <item>
2383 <property name="text">
2384 <string>Hangar</string>
2385 </property>
2386 </item>
2387 <item>
2388 <property name="text">
2389 <string>CarpetedHallway</string>
2390 </property>
2391 </item>
2392 <item>
2393 <property name="text">
2394 <string>Hallway</string>
2395 </property>
2396 </item>
2397 <item>
2398 <property name="text">
2399 <string>StoneCorridor</string>
2400 </property>
2401 </item>
2402 <item>
2403 <property name="text">
2404 <string>Alley</string>
2405 </property>
2406 </item>
2407 <item>
2408 <property name="text">
2409 <string>Forest</string>
2410 </property>
2411 </item>
2412 <item>
2413 <property name="text">
2414 <string>City</string>
2415 </property>
2416 </item>
2417 <item>
2418 <property name="text">
2419 <string>Mountains</string>
2420 </property>
2421 </item>
2422 <item>
2423 <property name="text">
2424 <string>Quarry</string>
2425 </property>
2426 </item>
2427 <item>
2428 <property name="text">
2429 <string>Plain</string>
2430 </property>
2431 </item>
2432 <item>
2433 <property name="text">
2434 <string>ParkingLot</string>
2435 </property>
2436 </item>
2437 <item>
2438 <property name="text">
2439 <string>SewerPipe</string>
2440 </property>
2441 </item>
2442 <item>
2443 <property name="text">
2444 <string>Underwater</string>
2445 </property>
2446 </item>
2447 <item>
2448 <property name="text">
2449 <string>Drugged</string>
2450 </property>
2451 </item>
2452 <item>
2453 <property name="text">
2454 <string>Dizzy</string>
2455 </property>
2456 </item>
2457 <item>
2458 <property name="text">
2459 <string>Psychotic</string>
2460 </property>
2461 </item>
2462 </widget>
2463 </widget>
2464 </widget>
2465 <widget class="QPushButton" name="closeCancelButton">
2466 <property name="geometry">
2467 <rect>
2468 <x>370</x>
2469 <y>405</y>
2470 <width>91</width>
2471 <height>31</height>
2472 </rect>
2473 </property>
2474 <property name="text">
2475 <string>Cancel</string>
2476 </property>
2477 <property name="icon">
2478 <iconset theme="window-close">
2479 <normaloff>.</normaloff>.</iconset>
2480 </property>
2481 </widget>
2482 </widget>
2483 <widget class="QMenuBar" name="menuBar">
2484 <property name="geometry">
2485 <rect>
2486 <x>0</x>
2487 <y>0</y>
2488 <width>564</width>
2489 <height>29</height>
2490 </rect>
2491 </property>
2492 <widget class="QMenu" name="menuFile">
2493 <property name="title">
2494 <string>&amp;File</string>
2495 </property>
2496 <addaction name="actionLoad"/>
2497 <addaction name="actionSave_As"/>
2498 <addaction name="separator"/>
2499 <addaction name="actionQuit"/>
2500 </widget>
2501 <widget class="QMenu" name="menuHelp">
2502 <property name="title">
2503 <string>&amp;Help</string>
2504 </property>
2505 <addaction name="actionAbout"/>
2506 </widget>
2507 <addaction name="menuFile"/>
2508 <addaction name="menuHelp"/>
2509 </widget>
2510 <action name="actionQuit">
2511 <property name="icon">
2512 <iconset theme="application-exit">
2513 <normaloff>.</normaloff>.</iconset>
2514 </property>
2515 <property name="text">
2516 <string>&amp;Quit</string>
2517 </property>
2518 </action>
2519 <action name="actionSave_As">
2520 <property name="icon">
2521 <iconset theme="document-save-as">
2522 <normaloff>.</normaloff>.</iconset>
2523 </property>
2524 <property name="text">
2525 <string>Save &amp;As...</string>
2526 </property>
2527 <property name="toolTip">
2528 <string>Save Configuration As</string>
2529 </property>
2530 </action>
2531 <action name="actionLoad">
2532 <property name="icon">
2533 <iconset theme="document-open">
2534 <normaloff>.</normaloff>.</iconset>
2535 </property>
2536 <property name="text">
2537 <string>&amp;Load...</string>
2538 </property>
2539 <property name="toolTip">
2540 <string>Load Configuration File</string>
2541 </property>
2542 </action>
2543 <action name="actionAbout">
2544 <property name="text">
2545 <string>&amp;About...</string>
2546 </property>
2547 </action>
2548 </widget>
2549 <layoutdefault spacing="6" margin="11"/>
2550 <resources/>
2551 <connections>
2552 <connection>
2553 <sender>backendListWidget</sender>
2554 <signal>currentRowChanged(int)</signal>
2555 <receiver>backendStackedWidget</receiver>
2556 <slot>setCurrentIndex(int)</slot>
2557 <hints>
2558 <hint type="sourcelabel">
2559 <x>69</x>
2560 <y>233</y>
2561 </hint>
2562 <hint type="destinationlabel">
2563 <x>329</x>
2564 <y>232</y>
2565 </hint>
2566 </hints>
2567 </connection>
2568 </connections>
2569 <slots>
2570 <slot>ShowHRTFContextMenu(QPoint)</slot>
2571 </slots>
2572 </ui>