🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2681 lines
73 KiB

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