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