1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>MainWindow
</class>
4 <widget class=
"QMainWindow" name=
"MainWindow">
5 <property name=
"geometry">
13 <property name=
"minimumSize">
19 <property name=
"windowTitle">
20 <string>OpenAL Soft Configuration
</string>
22 <property name=
"windowIcon">
23 <iconset theme=
"preferences-desktop-sound">
27 <widget class=
"QWidget" name=
"centralWidget">
28 <widget class=
"QPushButton" name=
"applyButton">
29 <property name=
"geometry">
37 <property name=
"text">
38 <string>Apply
</string>
40 <property name=
"icon">
41 <iconset theme=
"dialog-ok-apply">
46 <widget class=
"QTabWidget" name=
"tabWidget">
47 <property name=
"geometry">
55 <property name=
"currentIndex">
58 <widget class=
"QWidget" name=
"tab_3">
59 <attribute name=
"title">
60 <string>Playback
</string>
62 <widget class=
"QComboBox" name=
"sampleFormatCombo">
63 <property name=
"geometry">
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>
75 <property name=
"sizeAdjustPolicy">
76 <enum>QComboBox::AdjustToContents
</enum>
79 <widget class=
"QLabel" name=
"label_5">
80 <property name=
"geometry">
88 <property name=
"text">
89 <string>Sample Format:
</string>
91 <property name=
"alignment">
92 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
95 <widget class=
"QLabel" name=
"label_6">
96 <property name=
"geometry">
104 <property name=
"text">
105 <string>Channels:
</string>
107 <property name=
"alignment">
108 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
111 <widget class=
"QComboBox" name=
"channelConfigCombo">
112 <property name=
"geometry">
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>
125 <property name=
"sizeAdjustPolicy">
126 <enum>QComboBox::AdjustToContents
</enum>
129 <widget class=
"QComboBox" name=
"sampleRateCombo">
130 <property name=
"geometry">
138 <property name=
"toolTip">
139 <string>The playback/mixing sample rate.
</string>
141 <property name=
"editable">
144 <property name=
"insertPolicy">
145 <enum>QComboBox::NoInsert
</enum>
147 <property name=
"sizeAdjustPolicy">
148 <enum>QComboBox::AdjustToContents
</enum>
151 <property name=
"text">
152 <string>Autodetect
</string>
156 <property name=
"text">
157 <string>8000</string>
161 <property name=
"text">
162 <string>11025</string>
166 <property name=
"text">
167 <string>16000</string>
171 <property name=
"text">
172 <string>22050</string>
176 <property name=
"text">
177 <string>32000</string>
181 <property name=
"text">
182 <string>44100</string>
186 <property name=
"text">
187 <string>48000</string>
191 <widget class=
"QLabel" name=
"label_7">
192 <property name=
"geometry">
200 <property name=
"text">
201 <string>Sample Rate:
</string>
203 <property name=
"alignment">
204 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
207 <widget class=
"QLabel" name=
"label_14">
208 <property name=
"geometry">
216 <property name=
"text">
217 <string>Stereo Mode:
</string>
219 <property name=
"alignment">
220 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
223 <widget class=
"QComboBox" name=
"stereoModeCombo">
224 <property name=
"geometry">
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>
238 <widget class=
"QGroupBox" name=
"groupBox">
239 <property name=
"geometry">
247 <property name=
"title">
248 <string>Advanced Settings
</string>
250 <property name=
"alignment">
251 <set>Qt::AlignCenter
</set>
253 <widget class=
"QGroupBox" name=
"groupBox_3">
254 <property name=
"geometry">
262 <property name=
"title">
263 <string>Buffer Metrics
</string>
265 <property name=
"alignment">
266 <set>Qt::AlignCenter
</set>
268 <widget class=
"QWidget" name=
"widget" native=
"true">
269 <property name=
"geometry">
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>
283 <widget class=
"QLabel" name=
"label_11">
284 <property name=
"geometry">
292 <property name=
"text">
293 <string>Period Count
</string>
295 <property name=
"alignment">
296 <set>Qt::AlignCenter
</set>
299 <widget class=
"QSlider" name=
"periodCountSlider">
300 <property name=
"geometry">
308 <property name=
"minimum">
311 <property name=
"maximum">
314 <property name=
"singleStep">
317 <property name=
"pageStep">
320 <property name=
"value">
323 <property name=
"tracking">
326 <property name=
"orientation">
327 <enum>Qt::Horizontal
</enum>
329 <property name=
"tickPosition">
330 <enum>QSlider::TicksBelow
</enum>
332 <property name=
"tickInterval">
336 <widget class=
"QLineEdit" name=
"periodCountEdit">
337 <property name=
"geometry">
345 <property name=
"placeholderText">
350 <widget class=
"QWidget" name=
"widget_2" native=
"true">
351 <property name=
"geometry">
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>
363 <widget class=
"QSlider" name=
"periodSizeSlider">
364 <property name=
"geometry">
372 <property name=
"minimum">
375 <property name=
"maximum">
376 <number>8192</number>
378 <property name=
"singleStep">
381 <property name=
"pageStep">
382 <number>1024</number>
384 <property name=
"value">
387 <property name=
"tracking">
390 <property name=
"orientation">
391 <enum>Qt::Horizontal
</enum>
393 <property name=
"tickPosition">
394 <enum>QSlider::TicksBelow
</enum>
396 <property name=
"tickInterval">
400 <widget class=
"QLabel" name=
"label_10">
401 <property name=
"geometry">
409 <property name=
"text">
410 <string>Period Samples
</string>
412 <property name=
"alignment">
413 <set>Qt::AlignCenter
</set>
416 <widget class=
"QLineEdit" name=
"periodSizeEdit">
417 <property name=
"geometry">
425 <property name=
"placeholderText">
426 <string>1024</string>
431 <widget class=
"QComboBox" name=
"stereoPanningComboBox">
432 <property name=
"geometry">
440 <property name=
"toolTip">
441 <string>Selects the panning method for non-HRTF stereo
442 mixing. UHJ creates stereo-compatible two-channel
443 output, which encodes some surround information.
444 Pair-Wise uses standard pair-wise panning between
445 -
30 and +
30 degrees. The default is UHJ.
</string>
448 <widget class=
"QLabel" name=
"label_19">
449 <property name=
"geometry">
457 <property name=
"text">
458 <string>Stereo Panning:
</string>
460 <property name=
"alignment">
461 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
464 <widget class=
"QLabel" name=
"label_30">
465 <property name=
"geometry">
473 <property name=
"text">
474 <string>Ambisonic Format:
</string>
477 <widget class=
"QComboBox" name=
"ambiFormatComboBox">
478 <property name=
"geometry">
488 <widget class=
"QGroupBox" name=
"groupBox_4">
489 <property name=
"geometry">
497 <property name=
"title">
498 <string>Resampler Quality
</string>
500 <property name=
"alignment">
501 <set>Qt::AlignCenter
</set>
503 <widget class=
"QLabel" name=
"resamplerLabel">
504 <property name=
"geometry">
512 <property name=
"text">
513 <string>Default
</string>
515 <property name=
"alignment">
516 <set>Qt::AlignCenter
</set>
519 <widget class=
"QSlider" name=
"resamplerSlider">
520 <property name=
"geometry">
528 <property name=
"orientation">
529 <enum>Qt::Horizontal
</enum>
532 <widget class=
"QLabel" name=
"label_9">
533 <property name=
"geometry">
541 <property name=
"text">
542 <string>Speed
</string>
544 <property name=
"alignment">
545 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
548 <widget class=
"QLabel" name=
"label_15">
549 <property name=
"geometry">
557 <property name=
"text">
558 <string>Quality
</string>
563 <widget class=
"QWidget" name=
"tab_6">
564 <attribute name=
"title">
565 <string>Renderer
</string>
567 <widget class=
"QCheckBox" name=
"decoderHQModeCheckBox">
568 <property name=
"geometry">
576 <property name=
"toolTip">
577 <string>Enables high-quality ambisonic rendering. This mode is
578 capable of frequency-dependent processing, creating a
579 better reproduction of
3D sound rendering over
580 surround sound speakers. Enabling this also requires
581 specifying decoder configuration files for the
582 appropriate speaker configuration you intend to use.
</string>
584 <property name=
"layoutDirection">
585 <enum>Qt::RightToLeft
</enum>
587 <property name=
"text">
588 <string>High Quality Mode:
</string>
591 <widget class=
"QCheckBox" name=
"decoderDistCompCheckBox">
592 <property name=
"geometry">
600 <property name=
"toolTip">
601 <string>This applies the necessary delays and attenuation
602 to make the speakers behave as though they are
603 all equidistant, which is important for proper
604 playback of
3D sound rendering. Requires the high
605 quality ambisonic renderer, as well as the proper
606 distances to be specified in the decoder
607 configuration file.
</string>
609 <property name=
"layoutDirection">
610 <enum>Qt::RightToLeft
</enum>
612 <property name=
"text">
613 <string>Distance Compensation:
</string>
615 <property name=
"checked">
619 <widget class=
"QGroupBox" name=
"groupBox_8">
620 <property name=
"geometry">
628 <property name=
"title">
629 <string>Decoder Configurations
</string>
631 <property name=
"alignment">
632 <set>Qt::AlignCenter
</set>
634 <widget class=
"QLineEdit" name=
"decoderQuadLineEdit">
635 <property name=
"geometry">
644 <widget class=
"QLabel" name=
"label_25">
645 <property name=
"geometry">
653 <property name=
"text">
654 <string>Quadrophonic:
</string>
656 <property name=
"alignment">
657 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
660 <widget class=
"QPushButton" name=
"decoderQuadButton">
661 <property name=
"geometry">
669 <property name=
"text">
670 <string>Browse...
</string>
673 <widget class=
"QLineEdit" name=
"decoder51LineEdit">
674 <property name=
"geometry">
683 <widget class=
"QPushButton" name=
"decoder51Button">
684 <property name=
"geometry">
692 <property name=
"text">
693 <string>Browse...
</string>
696 <widget class=
"QLabel" name=
"label_26">
697 <property name=
"geometry">
705 <property name=
"text">
706 <string>5.1 Surround (Side):
</string>
708 <property name=
"alignment">
709 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
712 <widget class=
"QLabel" name=
"label_27">
713 <property name=
"geometry">
721 <property name=
"text">
722 <string>5.1 Surround (Rear):
</string>
724 <property name=
"alignment">
725 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
728 <widget class=
"QLineEdit" name=
"decoder51RearLineEdit">
729 <property name=
"geometry">
738 <widget class=
"QPushButton" name=
"decoder51RearButton">
739 <property name=
"geometry">
747 <property name=
"text">
748 <string>Browse...
</string>
751 <widget class=
"QLabel" name=
"label_28">
752 <property name=
"geometry">
760 <property name=
"text">
761 <string>6.1 Surround:
</string>
763 <property name=
"alignment">
764 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
767 <widget class=
"QLineEdit" name=
"decoder61LineEdit">
768 <property name=
"geometry">
777 <widget class=
"QPushButton" name=
"decoder61Button">
778 <property name=
"geometry">
786 <property name=
"text">
787 <string>Browse...
</string>
790 <widget class=
"QPushButton" name=
"decoder71Button">
791 <property name=
"geometry">
799 <property name=
"text">
800 <string>Browse...
</string>
803 <widget class=
"QLineEdit" name=
"decoder71LineEdit">
804 <property name=
"geometry">
813 <widget class=
"QLabel" name=
"label_29">
814 <property name=
"geometry">
822 <property name=
"text">
823 <string>7.1 Surround:
</string>
825 <property name=
"alignment">
826 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
831 <widget class=
"QWidget" name=
"tab_5">
832 <attribute name=
"title">
833 <string>HRTF
</string>
835 <widget class=
"QGroupBox" name=
"groupBox_2">
836 <property name=
"geometry">
844 <property name=
"title">
845 <string>Advanced Settings
</string>
847 <property name=
"alignment">
848 <set>Qt::AlignCenter
</set>
850 <property name=
"checkable">
853 <property name=
"checked">
856 <widget class=
"QGroupBox" name=
"groupBox_6">
857 <property name=
"geometry">
865 <property name=
"title">
866 <string>HRTF Profile Paths
</string>
868 <property name=
"alignment">
869 <set>Qt::AlignCenter
</set>
871 <widget class=
"QListWidget" name=
"hrtfFileList">
872 <property name=
"geometry">
880 <property name=
"toolTip">
881 <string>A list of additional paths containing HRTF data sets.
</string>
883 <property name=
"dragDropMode">
884 <enum>QAbstractItemView::InternalMove
</enum>
886 <property name=
"alternatingRowColors">
889 <property name=
"selectionMode">
890 <enum>QAbstractItemView::ExtendedSelection
</enum>
892 <property name=
"textElideMode">
893 <enum>Qt::ElideNone
</enum>
896 <widget class=
"QPushButton" name=
"hrtfAddButton">
897 <property name=
"geometry">
905 <property name=
"text">
906 <string>Add...
</string>
908 <property name=
"icon">
909 <iconset theme=
"list-add">
913 <property name=
"flat">
917 <widget class=
"QCheckBox" name=
"defaultHrtfPathsCheckBox">
918 <property name=
"geometry">
926 <property name=
"toolTip">
927 <string>Include the default system paths in addition to any
928 listed above.
</string>
930 <property name=
"text">
931 <string>Include Default Paths
</string>
933 <property name=
"checked">
937 <widget class=
"QPushButton" name=
"hrtfRemoveButton">
938 <property name=
"geometry">
946 <property name=
"text">
947 <string>Remove
</string>
949 <property name=
"icon">
950 <iconset theme=
"list-remove">
957 <widget class=
"QLabel" name=
"label_16">
958 <property name=
"geometry">
966 <property name=
"text">
967 <string>HRTF Mode:
</string>
969 <property name=
"alignment">
970 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
973 <widget class=
"QComboBox" name=
"hrtfStateComboBox">
974 <property name=
"geometry">
982 <property name=
"toolTip">
983 <string>Forces HRTF processing on or off, or leaves it to the
984 application or system to determine if it should be used.
</string>
986 <property name=
"sizeAdjustPolicy">
987 <enum>QComboBox::AdjustToContentsOnFirstShow
</enum>
990 <property name=
"text">
991 <string>Application preference
</string>
995 <property name=
"text">
996 <string>Force on
</string>
1000 <property name=
"text">
1001 <string>Force off
</string>
1005 <widget class=
"QLabel" name=
"label_12">
1006 <property name=
"geometry">
1014 <property name=
"text">
1015 <string>Preferred HRTF:
</string>
1017 <property name=
"alignment">
1018 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
1021 <widget class=
"QComboBox" name=
"preferredHrtfComboBox">
1022 <property name=
"geometry">
1030 <property name=
"toolTip">
1031 <string>The default HRTF to use if the application doesn't request one.
</string>
1035 <widget class=
"QWidget" name=
"tab">
1036 <attribute name=
"title">
1037 <string>Backends
</string>
1039 <widget class=
"QListWidget" name=
"backendListWidget">
1040 <property name=
"geometry">
1045 <height>361</height>
1048 <property name=
"alternatingRowColors">
1052 <property name=
"text">
1053 <string>General
</string>
1057 <property name=
"text">
1058 <string>PulseAudio
</string>
1062 <property name=
"text">
1063 <string>JACK
</string>
1067 <property name=
"text">
1068 <string>ALSA
</string>
1072 <property name=
"text">
1073 <string>OSS
</string>
1077 <property name=
"text">
1078 <string>Solaris
</string>
1082 <property name=
"text">
1083 <string>Wave Writer
</string>
1087 <widget class=
"QStackedWidget" name=
"backendStackedWidget">
1088 <property name=
"geometry">
1093 <height>361</height>
1096 <property name=
"currentIndex">
1099 <widget class=
"QWidget" name=
"page">
1100 <widget class=
"QCheckBox" name=
"backendCheckBox">
1101 <property name=
"geometry">
1109 <property name=
"toolTip">
1110 <string>When checked, allows all other available backends not listed in the priority or disabled lists.
</string>
1112 <property name=
"text">
1113 <string>Allow Other Backends
</string>
1115 <property name=
"checked">
1119 <widget class=
"QListWidget" name=
"disabledBackendList">
1120 <property name=
"geometry">
1125 <height>151</height>
1128 <property name=
"toolTip">
1129 <string>Disabled backend driver list.
</string>
1132 <widget class=
"QListWidget" name=
"enabledBackendList">
1133 <property name=
"geometry">
1138 <height>151</height>
1141 <property name=
"toolTip">
1142 <string>The backend driver list order. Unknown backends and
1143 duplicated names are ignored.
</string>
1145 <property name=
"dragDropMode">
1146 <enum>QAbstractItemView::InternalMove
</enum>
1149 <widget class=
"QLabel" name=
"label_2">
1150 <property name=
"geometry">
1158 <property name=
"text">
1159 <string>Disabled Backends:
</string>
1162 <widget class=
"QLabel" name=
"label">
1163 <property name=
"geometry">
1171 <property name=
"text">
1172 <string>Priority Backends:
</string>
1176 <widget class=
"QWidget" name=
"page_2">
1177 <widget class=
"QCheckBox" name=
"pulseAutospawnCheckBox">
1178 <property name=
"geometry">
1186 <property name=
"toolTip">
1187 <string>Automatically spawn a PulseAudio server if one
1188 is not already running.
</string>
1190 <property name=
"text">
1191 <string>AutoSpawn Server
</string>
1193 <property name=
"checked">
1197 <widget class=
"QCheckBox" name=
"pulseAllowMovesCheckBox">
1198 <property name=
"geometry">
1206 <property name=
"toolTip">
1207 <string>Allows moving PulseAudio streams to different
1208 devices during playback or capture. Note that the
1209 device specifier and device format will not change
1210 to match the new device.
</string>
1212 <property name=
"text">
1213 <string>Allow Moving Streams
</string>
1216 <widget class=
"QCheckBox" name=
"pulseFixRateCheckBox">
1217 <property name=
"geometry">
1225 <property name=
"toolTip">
1226 <string>When checked, fix the OpenAL device's sample
1227 rate to match the PulseAudio device.
</string>
1229 <property name=
"text">
1230 <string>Fix Sample Rate
</string>
1234 <widget class=
"QWidget" name=
"page_7">
1235 <widget class=
"QCheckBox" name=
"jackAutospawnCheckBox">
1236 <property name=
"geometry">
1244 <property name=
"text">
1245 <string>AutoSpawn Server
</string>
1248 <widget class=
"QGroupBox" name=
"groupBox_7">
1249 <property name=
"geometry">
1257 <property name=
"toolTip">
1258 <string>The update buffer size, in samples, that the backend
1259 will keep buffered to handle the server's real-time
1260 processing requests. Must be a power of
2.
</string>
1262 <property name=
"title">
1263 <string>Buffer Size
</string>
1265 <property name=
"alignment">
1266 <set>Qt::AlignCenter
</set>
1268 <widget class=
"QLineEdit" name=
"jackBufferSizeLine">
1269 <property name=
"geometry">
1277 <property name=
"placeholderText">
1281 <widget class=
"QSlider" name=
"jackBufferSizeSlider">
1282 <property name=
"geometry">
1290 <property name=
"maximum">
1293 <property name=
"singleStep">
1296 <property name=
"pageStep">
1299 <property name=
"orientation">
1300 <enum>Qt::Horizontal
</enum>
1302 <property name=
"tickPosition">
1303 <enum>QSlider::TicksBelow
</enum>
1305 <property name=
"tickInterval">
1311 <widget class=
"QWidget" name=
"page_3">
1312 <widget class=
"QLabel" name=
"label_17">
1313 <property name=
"geometry">
1321 <property name=
"text">
1322 <string>Default Playback Device:
</string>
1324 <property name=
"alignment">
1325 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
1328 <widget class=
"QLineEdit" name=
"alsaDefaultDeviceLine">
1329 <property name=
"geometry">
1337 <property name=
"placeholderText">
1338 <string>default
</string>
1341 <widget class=
"QLabel" name=
"label_18">
1342 <property name=
"geometry">
1350 <property name=
"text">
1351 <string>Default Capture Device:
</string>
1353 <property name=
"alignment">
1354 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
1357 <widget class=
"QLineEdit" name=
"alsaDefaultCaptureLine">
1358 <property name=
"geometry">
1366 <property name=
"placeholderText">
1367 <string>default
</string>
1370 <widget class=
"QCheckBox" name=
"alsaResamplerCheckBox">
1371 <property name=
"geometry">
1379 <property name=
"toolTip">
1380 <string>Allow use of ALSA's software resampler. This lets
1381 the OpenAL device to be set to a different sample
1382 rate than the backend device, but incurs another
1383 resample pass on top of OpenAL's resampler.
</string>
1385 <property name=
"text">
1386 <string>Allow Resampler
</string>
1389 <widget class=
"QCheckBox" name=
"alsaMmapCheckBox">
1390 <property name=
"geometry">
1398 <property name=
"toolTip">
1399 <string>Accesses the audio device buffer through an mmap,
1400 potentially avoiding an extra sample buffer copy
1401 during updates.
</string>
1403 <property name=
"text">
1404 <string>MMap Buffer
</string>
1406 <property name=
"checked">
1411 <widget class=
"QWidget" name=
"page_4">
1412 <widget class=
"QLabel" name=
"label_20">
1413 <property name=
"geometry">
1421 <property name=
"text">
1422 <string>Default Playback Device:
</string>
1424 <property name=
"alignment">
1425 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
1428 <widget class=
"QLineEdit" name=
"ossDefaultDeviceLine">
1429 <property name=
"geometry">
1437 <property name=
"placeholderText">
1438 <string>/dev/dsp
</string>
1441 <widget class=
"QLabel" name=
"label_21">
1442 <property name=
"geometry">
1450 <property name=
"text">
1451 <string>Default Capture Device:
</string>
1453 <property name=
"alignment">
1454 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
1457 <widget class=
"QLineEdit" name=
"ossDefaultCaptureLine">
1458 <property name=
"geometry">
1466 <property name=
"placeholderText">
1467 <string>/dev/dsp
</string>
1470 <widget class=
"QPushButton" name=
"ossPlaybackPushButton">
1471 <property name=
"geometry">
1479 <property name=
"text">
1480 <string>Browse...
</string>
1483 <widget class=
"QPushButton" name=
"ossCapturePushButton">
1484 <property name=
"geometry">
1492 <property name=
"text">
1493 <string>Browse...
</string>
1497 <widget class=
"QWidget" name=
"page_5">
1498 <widget class=
"QLineEdit" name=
"solarisDefaultDeviceLine">
1499 <property name=
"geometry">
1507 <property name=
"placeholderText">
1508 <string>/dev/audio
</string>
1511 <widget class=
"QLabel" name=
"label_22">
1512 <property name=
"geometry">
1520 <property name=
"text">
1521 <string>Default Playback Device:
</string>
1523 <property name=
"alignment">
1524 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
1527 <widget class=
"QPushButton" name=
"solarisPlaybackPushButton">
1528 <property name=
"geometry">
1536 <property name=
"text">
1537 <string>Browse...
</string>
1541 <widget class=
"QWidget" name=
"page_6">
1542 <widget class=
"QLabel" name=
"label_23">
1543 <property name=
"geometry">
1551 <property name=
"text">
1552 <string>Output File:
</string>
1554 <property name=
"alignment">
1555 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
1558 <widget class=
"QLineEdit" name=
"waveOutputLine">
1559 <property name=
"geometry">
1568 <widget class=
"QLabel" name=
"label_24">
1569 <property name=
"geometry">
1577 <property name=
"text">
1578 <string><html
><head/
><body
><p align=
"center
"><span style=
" font-style:italic;
">Warning: The specified output file will be OVERWRITTEN WITHOUT
</span
></p
><p align=
"center
"><span style=
" font-style:italic;
">QUESTION when the Wave Writer device is opened.
</span
></p
></body
></html
></string>
1581 <widget class=
"QPushButton" name=
"waveOutputButton">
1582 <property name=
"geometry">
1590 <property name=
"text">
1591 <string>Browse...
</string>
1594 <widget class=
"QCheckBox" name=
"waveBFormatCheckBox">
1595 <property name=
"geometry">
1603 <property name=
"text">
1604 <string>Create .amb (B-Format) files
</string>
1610 <widget class=
"QWidget" name=
"tab_2">
1611 <attribute name=
"title">
1612 <string>Resources
</string>
1614 <widget class=
"QLineEdit" name=
"srcCountLineEdit">
1615 <property name=
"geometry">
1623 <property name=
"toolTip">
1624 <string>The maximum number of allocatable sources. Lower values may
1625 help for systems with apps that try to play more sounds than
1626 the CPU can handle.
</string>
1628 <property name=
"inputMask">
1631 <property name=
"maxLength">
1634 <property name=
"frame">
1637 <property name=
"placeholderText">
1638 <string>256</string>
1641 <widget class=
"QLabel" name=
"label_3">
1642 <property name=
"geometry">
1650 <property name=
"text">
1651 <string>Number of Sound Sources:
</string>
1653 <property name=
"alignment">
1654 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
1657 <widget class=
"QLabel" name=
"label_4">
1658 <property name=
"geometry">
1666 <property name=
"text">
1667 <string>Number of Effect Slots:
</string>
1669 <property name=
"alignment">
1670 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
1673 <widget class=
"QLineEdit" name=
"effectSlotLineEdit">
1674 <property name=
"geometry">
1682 <property name=
"toolTip">
1683 <string>The maximum number of Auxiliary Effect Slots an app can
1684 create. A slot can use a non-negligible amount of CPU time if
1685 an effect is set on it even if no sources are feeding it, so this
1686 may help when apps use more than the system can handle.
</string>
1688 <property name=
"inputMask">
1691 <property name=
"maxLength">
1694 <property name=
"frame">
1697 <property name=
"placeholderText">
1701 <widget class=
"QLabel" name=
"label_8">
1702 <property name=
"geometry">
1710 <property name=
"text">
1711 <string>Number of Source Sends:
</string>
1713 <property name=
"alignment">
1714 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
1717 <widget class=
"QLineEdit" name=
"srcSendLineEdit">
1718 <property name=
"geometry">
1726 <property name=
"toolTip">
1727 <string>The number of auxiliary sends per source. When not specified,
1728 it allows the app to request how many it wants. The maximum
1729 value currently possible is
4.
</string>
1731 <property name=
"maxLength">
1734 <property name=
"placeholderText">
1735 <string>Auto
</string>
1738 <widget class=
"QGroupBox" name=
"cpuExtGroupBox">
1739 <property name=
"geometry">
1744 <height>121</height>
1747 <property name=
"toolTip">
1748 <string>Enables use of specific CPU extensions. Certain methods may
1749 utilize CPU extensions when detected, and disabling these can
1750 be useful for preventing those extensions from being used.
</string>
1752 <property name=
"title">
1753 <string>CPU Extensions
</string>
1755 <widget class=
"QCheckBox" name=
"enableSSECheckBox">
1756 <property name=
"geometry">
1764 <property name=
"text">
1765 <string>SSE
</string>
1767 <property name=
"checked">
1771 <widget class=
"QCheckBox" name=
"enableSSE2CheckBox">
1772 <property name=
"geometry">
1780 <property name=
"text">
1781 <string>SSE2
</string>
1783 <property name=
"checked">
1787 <widget class=
"QCheckBox" name=
"enableNeonCheckBox">
1788 <property name=
"geometry">
1796 <property name=
"text">
1797 <string>Neon
</string>
1799 <property name=
"checked">
1803 <widget class=
"QCheckBox" name=
"enableSSE41CheckBox">
1804 <property name=
"geometry">
1812 <property name=
"text">
1813 <string>SSE4.1
</string>
1815 <property name=
"checked">
1819 <widget class=
"QCheckBox" name=
"enableSSE3CheckBox">
1820 <property name=
"geometry">
1828 <property name=
"text">
1829 <string>SSE3
</string>
1831 <property name=
"checked">
1835 <widget class=
"QLabel" name=
"cpuExtDisabledLabel">
1836 <property name=
"geometry">
1844 <property name=
"text">
1845 <string><html
><head/
><body
><p align=
"center
"><span style=
" font-style:italic;
">No support enabled for CPU Extensions
</span
></p
></body
></html
></string>
1850 <widget class=
"QWidget" name=
"tab_4">
1851 <attribute name=
"title">
1852 <string>Effects
</string>
1854 <widget class=
"QCheckBox" name=
"emulateEaxCheckBox">
1855 <property name=
"geometry">
1863 <property name=
"toolTip">
1864 <string>Uses a simpler reverb method to emulate the EAX reverb
1865 effect. This may slightly improve performance at the cost of
1866 some quality.
</string>
1868 <property name=
"layoutDirection">
1869 <enum>Qt::RightToLeft
</enum>
1871 <property name=
"text">
1872 <string>Emulate EAX Reverb:
</string>
1875 <widget class=
"QGroupBox" name=
"groupBox_5">
1876 <property name=
"geometry">
1881 <height>191</height>
1884 <property name=
"toolTip">
1885 <string>Specifies which effects apps can recognize. Disabling effects
1886 can help for apps that try to use ones that are too intensive
1887 for the system to handle.
</string>
1889 <property name=
"title">
1890 <string>Enabled Effects
</string>
1892 <widget class=
"QCheckBox" name=
"enableEaxReverbCheck">
1893 <property name=
"geometry">
1901 <property name=
"text">
1902 <string>EAX Reverb
</string>
1904 <property name=
"checked">
1908 <widget class=
"QCheckBox" name=
"enableStdReverbCheck">
1909 <property name=
"geometry">
1917 <property name=
"text">
1918 <string>Standard Reverb
</string>
1920 <property name=
"checked">
1924 <widget class=
"QCheckBox" name=
"enableChorusCheck">
1925 <property name=
"geometry">
1933 <property name=
"text">
1934 <string>Chorus
</string>
1936 <property name=
"checked">
1940 <widget class=
"QCheckBox" name=
"enableDistortionCheck">
1941 <property name=
"geometry">
1949 <property name=
"text">
1950 <string>Distortion
</string>
1952 <property name=
"checked">
1956 <widget class=
"QCheckBox" name=
"enableEchoCheck">
1957 <property name=
"geometry">
1965 <property name=
"text">
1966 <string>Echo
</string>
1968 <property name=
"checked">
1972 <widget class=
"QCheckBox" name=
"enableEqualizerCheck">
1973 <property name=
"geometry">
1981 <property name=
"text">
1982 <string>Equalizer
</string>
1984 <property name=
"checked">
1988 <widget class=
"QCheckBox" name=
"enableFlangerCheck">
1989 <property name=
"geometry">
1997 <property name=
"text">
1998 <string>Flanger
</string>
2000 <property name=
"checked">
2004 <widget class=
"QCheckBox" name=
"enableModulatorCheck">
2005 <property name=
"geometry">
2013 <property name=
"text">
2014 <string>Ring Modulator
</string>
2016 <property name=
"checked">
2020 <widget class=
"QCheckBox" name=
"enableDedicatedCheck">
2021 <property name=
"geometry">
2029 <property name=
"toolTip">
2030 <string>Enables both the Dedicated Dialog and Dedicated LFE effects
2031 added by the ALC_EXT_DEDICATED extension.
</string>
2033 <property name=
"text">
2034 <string>Dedicated ...
</string>
2036 <property name=
"checked">
2040 <widget class=
"QCheckBox" name=
"enableCompressorCheck">
2041 <property name=
"geometry">
2049 <property name=
"text">
2050 <string>Compressor
</string>
2052 <property name=
"checked">
2057 <widget class=
"QLabel" name=
"label_13">
2058 <property name=
"geometry">
2066 <property name=
"text">
2067 <string>Default Reverb Effect:
</string>
2069 <property name=
"alignment">
2070 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
2073 <widget class=
"QComboBox" name=
"defaultReverbComboBox">
2074 <property name=
"geometry">
2082 <property name=
"sizeAdjustPolicy">
2083 <enum>QComboBox::AdjustToContents
</enum>
2086 <property name=
"text">
2087 <string>None
</string>
2091 <property name=
"text">
2092 <string>Generic
</string>
2096 <property name=
"text">
2097 <string>PaddedCell
</string>
2101 <property name=
"text">
2102 <string>Room
</string>
2106 <property name=
"text">
2107 <string>Bathroom
</string>
2111 <property name=
"text">
2112 <string>Livingroom
</string>
2116 <property name=
"text">
2117 <string>Stoneroom
</string>
2121 <property name=
"text">
2122 <string>Auditorium
</string>
2126 <property name=
"text">
2127 <string>ConcertHall
</string>
2131 <property name=
"text">
2132 <string>Cave
</string>
2136 <property name=
"text">
2137 <string>Arena
</string>
2141 <property name=
"text">
2142 <string>Hangar
</string>
2146 <property name=
"text">
2147 <string>CarpetedHallway
</string>
2151 <property name=
"text">
2152 <string>Hallway
</string>
2156 <property name=
"text">
2157 <string>StoneCorridor
</string>
2161 <property name=
"text">
2162 <string>Alley
</string>
2166 <property name=
"text">
2167 <string>Forest
</string>
2171 <property name=
"text">
2172 <string>City
</string>
2176 <property name=
"text">
2177 <string>Mountains
</string>
2181 <property name=
"text">
2182 <string>Quarry
</string>
2186 <property name=
"text">
2187 <string>Plain
</string>
2191 <property name=
"text">
2192 <string>ParkingLot
</string>
2196 <property name=
"text">
2197 <string>SewerPipe
</string>
2201 <property name=
"text">
2202 <string>Underwater
</string>
2206 <property name=
"text">
2207 <string>Drugged
</string>
2211 <property name=
"text">
2212 <string>Dizzy
</string>
2216 <property name=
"text">
2217 <string>Psychotic
</string>
2223 <widget class=
"QPushButton" name=
"closeCancelButton">
2224 <property name=
"geometry">
2232 <property name=
"text">
2233 <string>Cancel
</string>
2235 <property name=
"icon">
2236 <iconset theme=
"window-close">
2242 <widget class=
"QMenuBar" name=
"menuBar">
2243 <property name=
"geometry">
2251 <widget class=
"QMenu" name=
"menuFile">
2252 <property name=
"title">
2253 <string>&File
</string>
2255 <addaction name=
"actionLoad"/>
2256 <addaction name=
"actionSave_As"/>
2257 <addaction name=
"separator"/>
2258 <addaction name=
"actionQuit"/>
2260 <widget class=
"QMenu" name=
"menuHelp">
2261 <property name=
"title">
2262 <string>&Help
</string>
2264 <addaction name=
"actionAbout"/>
2266 <addaction name=
"menuFile"/>
2267 <addaction name=
"menuHelp"/>
2269 <action name=
"actionQuit">
2270 <property name=
"icon">
2271 <iconset theme=
"application-exit">
2275 <property name=
"text">
2276 <string>&Quit
</string>
2279 <action name=
"actionSave_As">
2280 <property name=
"icon">
2281 <iconset theme=
"document-save-as">
2285 <property name=
"text">
2286 <string>Save
&As...
</string>
2288 <property name=
"toolTip">
2289 <string>Save Configuration As
</string>
2292 <action name=
"actionLoad">
2293 <property name=
"icon">
2294 <iconset theme=
"document-open">
2298 <property name=
"text">
2299 <string>&Load...
</string>
2301 <property name=
"toolTip">
2302 <string>Load Configuration File
</string>
2305 <action name=
"actionAbout">
2306 <property name=
"text">
2307 <string>&About...
</string>
2311 <layoutdefault spacing=
"6" margin=
"11"/>
2315 <sender>actionQuit
</sender>
2316 <signal>activated()
</signal>
2317 <receiver>MainWindow
</receiver>
2318 <slot>close()
</slot>
2320 <hint type=
"sourcelabel">
2324 <hint type=
"destinationlabel">
2331 <sender>backendListWidget
</sender>
2332 <signal>currentRowChanged(int)
</signal>
2333 <receiver>backendStackedWidget
</receiver>
2334 <slot>setCurrentIndex(int)
</slot>
2336 <hint type=
"sourcelabel">
2340 <hint type=
"destinationlabel">
2348 <slot>ShowHRTFContextMenu(QPoint)
</slot>