🛠️🐜 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.

2628 lines
72 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. Enabling this also requires
  627. specifying decoder configuration files for the
  628. appropriate speaker configuration you intend to use.</string>
  629. </property>
  630. <property name="layoutDirection">
  631. <enum>Qt::RightToLeft</enum>
  632. </property>
  633. <property name="text">
  634. <string>High Quality Mode:</string>
  635. </property>
  636. <property name="tristate">
  637. <bool>true</bool>
  638. </property>
  639. </widget>
  640. <widget class="QCheckBox" name="decoderDistCompCheckBox">
  641. <property name="geometry">
  642. <rect>
  643. <x>30</x>
  644. <y>50</y>
  645. <width>181</width>
  646. <height>21</height>
  647. </rect>
  648. </property>
  649. <property name="toolTip">
  650. <string>This applies the necessary delays and attenuation
  651. to make the speakers behave as though they are
  652. all equidistant, which is important for proper
  653. playback of 3D sound rendering. Requires the
  654. proper distances to be specified in the decoder
  655. configuration file.</string>
  656. </property>
  657. <property name="layoutDirection">
  658. <enum>Qt::RightToLeft</enum>
  659. </property>
  660. <property name="text">
  661. <string>Distance Compensation:</string>
  662. </property>
  663. <property name="tristate">
  664. <bool>true</bool>
  665. </property>
  666. </widget>
  667. <widget class="QGroupBox" name="groupBox_8">
  668. <property name="geometry">
  669. <rect>
  670. <x>-10</x>
  671. <y>160</y>
  672. <width>551</width>
  673. <height>161</height>
  674. </rect>
  675. </property>
  676. <property name="title">
  677. <string>Decoder Configurations</string>
  678. </property>
  679. <property name="alignment">
  680. <set>Qt::AlignCenter</set>
  681. </property>
  682. <widget class="QLineEdit" name="decoderQuadLineEdit">
  683. <property name="geometry">
  684. <rect>
  685. <x>120</x>
  686. <y>30</y>
  687. <width>311</width>
  688. <height>21</height>
  689. </rect>
  690. </property>
  691. </widget>
  692. <widget class="QLabel" name="label_25">
  693. <property name="geometry">
  694. <rect>
  695. <x>20</x>
  696. <y>30</y>
  697. <width>91</width>
  698. <height>21</height>
  699. </rect>
  700. </property>
  701. <property name="text">
  702. <string>Quadraphonic:</string>
  703. </property>
  704. <property name="alignment">
  705. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  706. </property>
  707. </widget>
  708. <widget class="QPushButton" name="decoderQuadButton">
  709. <property name="geometry">
  710. <rect>
  711. <x>440</x>
  712. <y>30</y>
  713. <width>91</width>
  714. <height>21</height>
  715. </rect>
  716. </property>
  717. <property name="text">
  718. <string>Browse...</string>
  719. </property>
  720. </widget>
  721. <widget class="QLineEdit" name="decoder51LineEdit">
  722. <property name="geometry">
  723. <rect>
  724. <x>120</x>
  725. <y>60</y>
  726. <width>311</width>
  727. <height>21</height>
  728. </rect>
  729. </property>
  730. </widget>
  731. <widget class="QPushButton" name="decoder51Button">
  732. <property name="geometry">
  733. <rect>
  734. <x>440</x>
  735. <y>60</y>
  736. <width>91</width>
  737. <height>21</height>
  738. </rect>
  739. </property>
  740. <property name="text">
  741. <string>Browse...</string>
  742. </property>
  743. </widget>
  744. <widget class="QLabel" name="label_26">
  745. <property name="geometry">
  746. <rect>
  747. <x>20</x>
  748. <y>60</y>
  749. <width>91</width>
  750. <height>21</height>
  751. </rect>
  752. </property>
  753. <property name="text">
  754. <string>5.1 Surround:</string>
  755. </property>
  756. <property name="alignment">
  757. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  758. </property>
  759. </widget>
  760. <widget class="QLabel" name="label_28">
  761. <property name="geometry">
  762. <rect>
  763. <x>20</x>
  764. <y>90</y>
  765. <width>91</width>
  766. <height>21</height>
  767. </rect>
  768. </property>
  769. <property name="text">
  770. <string>6.1 Surround:</string>
  771. </property>
  772. <property name="alignment">
  773. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  774. </property>
  775. </widget>
  776. <widget class="QLineEdit" name="decoder61LineEdit">
  777. <property name="geometry">
  778. <rect>
  779. <x>120</x>
  780. <y>90</y>
  781. <width>311</width>
  782. <height>21</height>
  783. </rect>
  784. </property>
  785. </widget>
  786. <widget class="QPushButton" name="decoder61Button">
  787. <property name="geometry">
  788. <rect>
  789. <x>440</x>
  790. <y>90</y>
  791. <width>91</width>
  792. <height>21</height>
  793. </rect>
  794. </property>
  795. <property name="text">
  796. <string>Browse...</string>
  797. </property>
  798. </widget>
  799. <widget class="QPushButton" name="decoder71Button">
  800. <property name="geometry">
  801. <rect>
  802. <x>440</x>
  803. <y>120</y>
  804. <width>91</width>
  805. <height>21</height>
  806. </rect>
  807. </property>
  808. <property name="text">
  809. <string>Browse...</string>
  810. </property>
  811. </widget>
  812. <widget class="QLineEdit" name="decoder71LineEdit">
  813. <property name="geometry">
  814. <rect>
  815. <x>120</x>
  816. <y>120</y>
  817. <width>311</width>
  818. <height>21</height>
  819. </rect>
  820. </property>
  821. </widget>
  822. <widget class="QLabel" name="label_29">
  823. <property name="geometry">
  824. <rect>
  825. <x>20</x>
  826. <y>120</y>
  827. <width>91</width>
  828. <height>21</height>
  829. </rect>
  830. </property>
  831. <property name="text">
  832. <string>7.1 Surround:</string>
  833. </property>
  834. <property name="alignment">
  835. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  836. </property>
  837. </widget>
  838. </widget>
  839. <widget class="QCheckBox" name="decoderNFEffectsCheckBox">
  840. <property name="geometry">
  841. <rect>
  842. <x>30</x>
  843. <y>80</y>
  844. <width>181</width>
  845. <height>21</height>
  846. </rect>
  847. </property>
  848. <property name="toolTip">
  849. <string>Simulates and compensates for low-frequency effects
  850. caused by the curvature of nearby sound-waves, which
  851. creates a more realistic perception of sound distance.
  852. Note that the effect may be stronger or weaker than
  853. intended if the application doesn't use or specify an
  854. appropriate unit scale, or if incorrect speaker distances
  855. are set in the decoder configuration file.</string>
  856. </property>
  857. <property name="layoutDirection">
  858. <enum>Qt::RightToLeft</enum>
  859. </property>
  860. <property name="text">
  861. <string>Near-Field Effects:</string>
  862. </property>
  863. <property name="tristate">
  864. <bool>true</bool>
  865. </property>
  866. </widget>
  867. <widget class="QWidget" name="widget_3" native="true">
  868. <property name="geometry">
  869. <rect>
  870. <x>-10</x>
  871. <y>110</y>
  872. <width>281</width>
  873. <height>21</height>
  874. </rect>
  875. </property>
  876. <property name="toolTip">
  877. <string>The reference delay value for ambisonic output. When
  878. Channels is set to one of the Ambisonic formats, this
  879. option enables NFC-HOA output with the specified
  880. Reference Delay parameter. The specified value can then
  881. be shared with an appropriate NFC-HOA decoder to
  882. reproduce correct near-field effects. Keep in mind that
  883. despite being designed for higher-order ambisonics, this
  884. applies to first-order output all the same. When left unset,
  885. normal output is created with no near-field simulation.</string>
  886. </property>
  887. <widget class="QLabel" name="label_27">
  888. <property name="geometry">
  889. <rect>
  890. <x>20</x>
  891. <y>0</y>
  892. <width>171</width>
  893. <height>21</height>
  894. </rect>
  895. </property>
  896. <property name="text">
  897. <string>Near-Field Reference Delay:</string>
  898. </property>
  899. <property name="alignment">
  900. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  901. </property>
  902. </widget>
  903. <widget class="QDoubleSpinBox" name="decoderNFRefDelaySpinBox">
  904. <property name="geometry">
  905. <rect>
  906. <x>200</x>
  907. <y>0</y>
  908. <width>81</width>
  909. <height>21</height>
  910. </rect>
  911. </property>
  912. <property name="suffix">
  913. <string>sec</string>
  914. </property>
  915. <property name="decimals">
  916. <number>4</number>
  917. </property>
  918. <property name="maximum">
  919. <double>1000.000000000000000</double>
  920. </property>
  921. <property name="singleStep">
  922. <double>0.010000000000000</double>
  923. </property>
  924. </widget>
  925. </widget>
  926. </widget>
  927. <widget class="QWidget" name="tab_5">
  928. <attribute name="title">
  929. <string>HRTF</string>
  930. </attribute>
  931. <widget class="QGroupBox" name="groupBox_2">
  932. <property name="geometry">
  933. <rect>
  934. <x>-10</x>
  935. <y>200</y>
  936. <width>551</width>
  937. <height>181</height>
  938. </rect>
  939. </property>
  940. <property name="title">
  941. <string>Advanced Settings</string>
  942. </property>
  943. <property name="alignment">
  944. <set>Qt::AlignCenter</set>
  945. </property>
  946. <property name="checkable">
  947. <bool>false</bool>
  948. </property>
  949. <property name="checked">
  950. <bool>false</bool>
  951. </property>
  952. <widget class="QGroupBox" name="groupBox_6">
  953. <property name="geometry">
  954. <rect>
  955. <x>20</x>
  956. <y>30</y>
  957. <width>511</width>
  958. <height>141</height>
  959. </rect>
  960. </property>
  961. <property name="title">
  962. <string>HRTF Profile Paths</string>
  963. </property>
  964. <property name="alignment">
  965. <set>Qt::AlignCenter</set>
  966. </property>
  967. <widget class="QListWidget" name="hrtfFileList">
  968. <property name="geometry">
  969. <rect>
  970. <x>20</x>
  971. <y>20</y>
  972. <width>391</width>
  973. <height>81</height>
  974. </rect>
  975. </property>
  976. <property name="toolTip">
  977. <string>A list of additional paths containing HRTF data sets.</string>
  978. </property>
  979. <property name="dragDropMode">
  980. <enum>QAbstractItemView::InternalMove</enum>
  981. </property>
  982. <property name="alternatingRowColors">
  983. <bool>true</bool>
  984. </property>
  985. <property name="selectionMode">
  986. <enum>QAbstractItemView::ExtendedSelection</enum>
  987. </property>
  988. <property name="textElideMode">
  989. <enum>Qt::ElideNone</enum>
  990. </property>
  991. </widget>
  992. <widget class="QPushButton" name="hrtfAddButton">
  993. <property name="geometry">
  994. <rect>
  995. <x>420</x>
  996. <y>20</y>
  997. <width>81</width>
  998. <height>21</height>
  999. </rect>
  1000. </property>
  1001. <property name="text">
  1002. <string>Add...</string>
  1003. </property>
  1004. <property name="icon">
  1005. <iconset theme="list-add">
  1006. <normaloff>.</normaloff>.</iconset>
  1007. </property>
  1008. <property name="flat">
  1009. <bool>false</bool>
  1010. </property>
  1011. </widget>
  1012. <widget class="QCheckBox" name="defaultHrtfPathsCheckBox">
  1013. <property name="geometry">
  1014. <rect>
  1015. <x>180</x>
  1016. <y>110</y>
  1017. <width>151</width>
  1018. <height>21</height>
  1019. </rect>
  1020. </property>
  1021. <property name="toolTip">
  1022. <string>Include the default system paths in addition to any
  1023. listed above.</string>
  1024. </property>
  1025. <property name="text">
  1026. <string>Include Default Paths</string>
  1027. </property>
  1028. <property name="checked">
  1029. <bool>true</bool>
  1030. </property>
  1031. </widget>
  1032. <widget class="QPushButton" name="hrtfRemoveButton">
  1033. <property name="geometry">
  1034. <rect>
  1035. <x>420</x>
  1036. <y>50</y>
  1037. <width>81</width>
  1038. <height>21</height>
  1039. </rect>
  1040. </property>
  1041. <property name="text">
  1042. <string>Remove</string>
  1043. </property>
  1044. <property name="icon">
  1045. <iconset theme="list-remove">
  1046. <normaloff>.</normaloff>.</iconset>
  1047. </property>
  1048. </widget>
  1049. </widget>
  1050. </widget>
  1051. <widget class="QLabel" name="label_16">
  1052. <property name="geometry">
  1053. <rect>
  1054. <x>50</x>
  1055. <y>60</y>
  1056. <width>71</width>
  1057. <height>31</height>
  1058. </rect>
  1059. </property>
  1060. <property name="text">
  1061. <string>HRTF Mode:</string>
  1062. </property>
  1063. <property name="alignment">
  1064. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1065. </property>
  1066. </widget>
  1067. <widget class="QComboBox" name="hrtfStateComboBox">
  1068. <property name="geometry">
  1069. <rect>
  1070. <x>130</x>
  1071. <y>60</y>
  1072. <width>161</width>
  1073. <height>31</height>
  1074. </rect>
  1075. </property>
  1076. <property name="toolTip">
  1077. <string>Forces HRTF processing on or off, or leaves it to the
  1078. application or system to determine if it should be used.</string>
  1079. </property>
  1080. <property name="sizeAdjustPolicy">
  1081. <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
  1082. </property>
  1083. <item>
  1084. <property name="text">
  1085. <string>Application preference</string>
  1086. </property>
  1087. </item>
  1088. <item>
  1089. <property name="text">
  1090. <string>Force on</string>
  1091. </property>
  1092. </item>
  1093. <item>
  1094. <property name="text">
  1095. <string>Force off</string>
  1096. </property>
  1097. </item>
  1098. </widget>
  1099. <widget class="QLabel" name="label_12">
  1100. <property name="geometry">
  1101. <rect>
  1102. <x>30</x>
  1103. <y>20</y>
  1104. <width>91</width>
  1105. <height>31</height>
  1106. </rect>
  1107. </property>
  1108. <property name="text">
  1109. <string>Preferred HRTF:</string>
  1110. </property>
  1111. <property name="alignment">
  1112. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1113. </property>
  1114. </widget>
  1115. <widget class="QComboBox" name="preferredHrtfComboBox">
  1116. <property name="geometry">
  1117. <rect>
  1118. <x>130</x>
  1119. <y>20</y>
  1120. <width>161</width>
  1121. <height>31</height>
  1122. </rect>
  1123. </property>
  1124. <property name="toolTip">
  1125. <string>The default HRTF to use if the application doesn't request one.</string>
  1126. </property>
  1127. </widget>
  1128. <widget class="QGroupBox" name="groupBox_9">
  1129. <property name="geometry">
  1130. <rect>
  1131. <x>50</x>
  1132. <y>100</y>
  1133. <width>441</width>
  1134. <height>81</height>
  1135. </rect>
  1136. </property>
  1137. <property name="title">
  1138. <string>HRTF Render Method</string>
  1139. </property>
  1140. <widget class="QLabel" name="label_31">
  1141. <property name="geometry">
  1142. <rect>
  1143. <x>20</x>
  1144. <y>30</y>
  1145. <width>51</width>
  1146. <height>21</height>
  1147. </rect>
  1148. </property>
  1149. <property name="text">
  1150. <string>Speed</string>
  1151. </property>
  1152. <property name="alignment">
  1153. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1154. </property>
  1155. </widget>
  1156. <widget class="QLabel" name="label_32">
  1157. <property name="geometry">
  1158. <rect>
  1159. <x>340</x>
  1160. <y>30</y>
  1161. <width>51</width>
  1162. <height>21</height>
  1163. </rect>
  1164. </property>
  1165. <property name="text">
  1166. <string>Quality</string>
  1167. </property>
  1168. </widget>
  1169. <widget class="QSlider" name="hrtfmodeSlider">
  1170. <property name="geometry">
  1171. <rect>
  1172. <x>80</x>
  1173. <y>30</y>
  1174. <width>251</width>
  1175. <height>21</height>
  1176. </rect>
  1177. </property>
  1178. <property name="orientation">
  1179. <enum>Qt::Horizontal</enum>
  1180. </property>
  1181. </widget>
  1182. <widget class="QLabel" name="hrtfmodeLabel">
  1183. <property name="geometry">
  1184. <rect>
  1185. <x>50</x>
  1186. <y>50</y>
  1187. <width>321</width>
  1188. <height>21</height>
  1189. </rect>
  1190. </property>
  1191. <property name="text">
  1192. <string>Default</string>
  1193. </property>
  1194. <property name="alignment">
  1195. <set>Qt::AlignCenter</set>
  1196. </property>
  1197. </widget>
  1198. </widget>
  1199. </widget>
  1200. <widget class="QWidget" name="tab">
  1201. <attribute name="title">
  1202. <string>Backends</string>
  1203. </attribute>
  1204. <widget class="QListWidget" name="backendListWidget">
  1205. <property name="geometry">
  1206. <rect>
  1207. <x>0</x>
  1208. <y>11</y>
  1209. <width>111</width>
  1210. <height>361</height>
  1211. </rect>
  1212. </property>
  1213. <property name="alternatingRowColors">
  1214. <bool>true</bool>
  1215. </property>
  1216. <item>
  1217. <property name="text">
  1218. <string>General</string>
  1219. </property>
  1220. </item>
  1221. <item>
  1222. <property name="text">
  1223. <string>PulseAudio</string>
  1224. </property>
  1225. </item>
  1226. <item>
  1227. <property name="text">
  1228. <string>PipeWire</string>
  1229. </property>
  1230. </item>
  1231. <item>
  1232. <property name="text">
  1233. <string>JACK</string>
  1234. </property>
  1235. </item>
  1236. <item>
  1237. <property name="text">
  1238. <string>ALSA</string>
  1239. </property>
  1240. </item>
  1241. <item>
  1242. <property name="text">
  1243. <string>OSS</string>
  1244. </property>
  1245. </item>
  1246. <item>
  1247. <property name="text">
  1248. <string>Solaris</string>
  1249. </property>
  1250. </item>
  1251. <item>
  1252. <property name="text">
  1253. <string>Wave Writer</string>
  1254. </property>
  1255. </item>
  1256. </widget>
  1257. <widget class="QStackedWidget" name="backendStackedWidget">
  1258. <property name="geometry">
  1259. <rect>
  1260. <x>110</x>
  1261. <y>10</y>
  1262. <width>421</width>
  1263. <height>361</height>
  1264. </rect>
  1265. </property>
  1266. <property name="currentIndex">
  1267. <number>0</number>
  1268. </property>
  1269. <widget class="QWidget" name="page">
  1270. <widget class="QCheckBox" name="backendCheckBox">
  1271. <property name="geometry">
  1272. <rect>
  1273. <x>20</x>
  1274. <y>190</y>
  1275. <width>391</width>
  1276. <height>21</height>
  1277. </rect>
  1278. </property>
  1279. <property name="toolTip">
  1280. <string>When checked, allows all other available backends not listed in the priority or disabled lists.</string>
  1281. </property>
  1282. <property name="text">
  1283. <string>Allow Other Backends</string>
  1284. </property>
  1285. <property name="checked">
  1286. <bool>true</bool>
  1287. </property>
  1288. </widget>
  1289. <widget class="QListWidget" name="disabledBackendList">
  1290. <property name="geometry">
  1291. <rect>
  1292. <x>220</x>
  1293. <y>30</y>
  1294. <width>191</width>
  1295. <height>151</height>
  1296. </rect>
  1297. </property>
  1298. <property name="toolTip">
  1299. <string>Disabled backend driver list.</string>
  1300. </property>
  1301. </widget>
  1302. <widget class="QListWidget" name="enabledBackendList">
  1303. <property name="geometry">
  1304. <rect>
  1305. <x>20</x>
  1306. <y>30</y>
  1307. <width>191</width>
  1308. <height>151</height>
  1309. </rect>
  1310. </property>
  1311. <property name="toolTip">
  1312. <string>The backend driver list order. Unknown backends and
  1313. duplicated names are ignored.</string>
  1314. </property>
  1315. <property name="dragDropMode">
  1316. <enum>QAbstractItemView::InternalMove</enum>
  1317. </property>
  1318. </widget>
  1319. <widget class="QLabel" name="label_2">
  1320. <property name="geometry">
  1321. <rect>
  1322. <x>230</x>
  1323. <y>10</y>
  1324. <width>171</width>
  1325. <height>20</height>
  1326. </rect>
  1327. </property>
  1328. <property name="text">
  1329. <string>Disabled Backends:</string>
  1330. </property>
  1331. </widget>
  1332. <widget class="QLabel" name="label">
  1333. <property name="geometry">
  1334. <rect>
  1335. <x>30</x>
  1336. <y>10</y>
  1337. <width>171</width>
  1338. <height>20</height>
  1339. </rect>
  1340. </property>
  1341. <property name="text">
  1342. <string>Priority Backends:</string>
  1343. </property>
  1344. </widget>
  1345. </widget>
  1346. <widget class="QWidget" name="page_2">
  1347. <widget class="QCheckBox" name="pulseAutospawnCheckBox">
  1348. <property name="geometry">
  1349. <rect>
  1350. <x>20</x>
  1351. <y>10</y>
  1352. <width>141</width>
  1353. <height>21</height>
  1354. </rect>
  1355. </property>
  1356. <property name="toolTip">
  1357. <string>Automatically spawn a PulseAudio server if one
  1358. is not already running.</string>
  1359. </property>
  1360. <property name="text">
  1361. <string>AutoSpawn Server</string>
  1362. </property>
  1363. <property name="tristate">
  1364. <bool>true</bool>
  1365. </property>
  1366. </widget>
  1367. <widget class="QCheckBox" name="pulseAllowMovesCheckBox">
  1368. <property name="geometry">
  1369. <rect>
  1370. <x>20</x>
  1371. <y>40</y>
  1372. <width>161</width>
  1373. <height>21</height>
  1374. </rect>
  1375. </property>
  1376. <property name="toolTip">
  1377. <string>Allows moving PulseAudio streams to different
  1378. devices during playback or capture. Note that the
  1379. device specifier and device format will not change
  1380. to match the new device.</string>
  1381. </property>
  1382. <property name="text">
  1383. <string>Allow Moving Streams</string>
  1384. </property>
  1385. <property name="tristate">
  1386. <bool>true</bool>
  1387. </property>
  1388. </widget>
  1389. <widget class="QCheckBox" name="pulseFixRateCheckBox">
  1390. <property name="geometry">
  1391. <rect>
  1392. <x>20</x>
  1393. <y>70</y>
  1394. <width>121</width>
  1395. <height>21</height>
  1396. </rect>
  1397. </property>
  1398. <property name="toolTip">
  1399. <string>When checked, fix the OpenAL device's sample
  1400. rate to match the PulseAudio device.</string>
  1401. </property>
  1402. <property name="text">
  1403. <string>Fix Sample Rate</string>
  1404. </property>
  1405. <property name="tristate">
  1406. <bool>true</bool>
  1407. </property>
  1408. </widget>
  1409. <widget class="QCheckBox" name="pulseAdjLatencyCheckBox">
  1410. <property name="geometry">
  1411. <rect>
  1412. <x>20</x>
  1413. <y>100</y>
  1414. <width>111</width>
  1415. <height>21</height>
  1416. </rect>
  1417. </property>
  1418. <property name="toolTip">
  1419. <string>Attempts to adjust the overall latency of device
  1420. playback. Note that this may have adverse effects
  1421. on the resulting internal buffer sizes and mixing
  1422. updates, leading to performance problems and
  1423. drop-outs.</string>
  1424. </property>
  1425. <property name="text">
  1426. <string>Adjust Latency</string>
  1427. </property>
  1428. <property name="tristate">
  1429. <bool>true</bool>
  1430. </property>
  1431. </widget>
  1432. </widget>
  1433. <widget class="QWidget" name="page_8">
  1434. <widget class="QCheckBox" name="pwireAssumeAudioCheckBox">
  1435. <property name="geometry">
  1436. <rect>
  1437. <x>20</x>
  1438. <y>10</y>
  1439. <width>161</width>
  1440. <height>21</height>
  1441. </rect>
  1442. </property>
  1443. <property name="toolTip">
  1444. <string>Assumes PipeWire has support for audio, allowing
  1445. the backend to initialize even when no audio devices
  1446. are reported.</string>
  1447. </property>
  1448. <property name="text">
  1449. <string>Assume audio support</string>
  1450. </property>
  1451. </widget>
  1452. </widget>
  1453. <widget class="QWidget" name="page_7">
  1454. <widget class="QCheckBox" name="jackAutospawnCheckBox">
  1455. <property name="geometry">
  1456. <rect>
  1457. <x>20</x>
  1458. <y>10</y>
  1459. <width>141</width>
  1460. <height>21</height>
  1461. </rect>
  1462. </property>
  1463. <property name="text">
  1464. <string>AutoSpawn Server</string>
  1465. </property>
  1466. <property name="tristate">
  1467. <bool>true</bool>
  1468. </property>
  1469. </widget>
  1470. <widget class="QGroupBox" name="groupBox_7">
  1471. <property name="geometry">
  1472. <rect>
  1473. <x>10</x>
  1474. <y>110</y>
  1475. <width>401</width>
  1476. <height>80</height>
  1477. </rect>
  1478. </property>
  1479. <property name="toolTip">
  1480. <string>The update buffer size, in samples, that the backend
  1481. will keep buffered to handle the server's real-time
  1482. processing requests. Must be a power of 2. Ignored
  1483. when Real-time Mixing is used.</string>
  1484. </property>
  1485. <property name="title">
  1486. <string>Buffer Size</string>
  1487. </property>
  1488. <property name="alignment">
  1489. <set>Qt::AlignCenter</set>
  1490. </property>
  1491. <widget class="QLineEdit" name="jackBufferSizeLine">
  1492. <property name="geometry">
  1493. <rect>
  1494. <x>320</x>
  1495. <y>30</y>
  1496. <width>71</width>
  1497. <height>21</height>
  1498. </rect>
  1499. </property>
  1500. <property name="placeholderText">
  1501. <string>0</string>
  1502. </property>
  1503. </widget>
  1504. <widget class="QSlider" name="jackBufferSizeSlider">
  1505. <property name="geometry">
  1506. <rect>
  1507. <x>10</x>
  1508. <y>30</y>
  1509. <width>301</width>
  1510. <height>21</height>
  1511. </rect>
  1512. </property>
  1513. <property name="maximum">
  1514. <number>13</number>
  1515. </property>
  1516. <property name="singleStep">
  1517. <number>1</number>
  1518. </property>
  1519. <property name="pageStep">
  1520. <number>4</number>
  1521. </property>
  1522. <property name="orientation">
  1523. <enum>Qt::Horizontal</enum>
  1524. </property>
  1525. <property name="tickPosition">
  1526. <enum>QSlider::TicksBelow</enum>
  1527. </property>
  1528. <property name="tickInterval">
  1529. <number>1</number>
  1530. </property>
  1531. </widget>
  1532. </widget>
  1533. <widget class="QCheckBox" name="jackConnectPortsCheckBox">
  1534. <property name="geometry">
  1535. <rect>
  1536. <x>20</x>
  1537. <y>40</y>
  1538. <width>141</width>
  1539. <height>21</height>
  1540. </rect>
  1541. </property>
  1542. <property name="text">
  1543. <string>AutoConnect Ports</string>
  1544. </property>
  1545. <property name="tristate">
  1546. <bool>true</bool>
  1547. </property>
  1548. </widget>
  1549. <widget class="QCheckBox" name="jackRtMixCheckBox">
  1550. <property name="geometry">
  1551. <rect>
  1552. <x>20</x>
  1553. <y>70</y>
  1554. <width>141</width>
  1555. <height>21</height>
  1556. </rect>
  1557. </property>
  1558. <property name="toolTip">
  1559. <string>Renders samples directly in the real-time
  1560. processing callback. This allows for lower
  1561. latency and less overall CPU utilization, but
  1562. can increase the risk of underruns when
  1563. increasing the amount of processing the
  1564. mixer needs to do.</string>
  1565. </property>
  1566. <property name="text">
  1567. <string>Real-time Mixing</string>
  1568. </property>
  1569. <property name="tristate">
  1570. <bool>true</bool>
  1571. </property>
  1572. </widget>
  1573. </widget>
  1574. <widget class="QWidget" name="page_3">
  1575. <widget class="QLabel" name="label_17">
  1576. <property name="geometry">
  1577. <rect>
  1578. <x>10</x>
  1579. <y>30</y>
  1580. <width>141</width>
  1581. <height>21</height>
  1582. </rect>
  1583. </property>
  1584. <property name="text">
  1585. <string>Default Playback Device:</string>
  1586. </property>
  1587. <property name="alignment">
  1588. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1589. </property>
  1590. </widget>
  1591. <widget class="QLineEdit" name="alsaDefaultDeviceLine">
  1592. <property name="geometry">
  1593. <rect>
  1594. <x>160</x>
  1595. <y>30</y>
  1596. <width>231</width>
  1597. <height>21</height>
  1598. </rect>
  1599. </property>
  1600. <property name="placeholderText">
  1601. <string>default</string>
  1602. </property>
  1603. </widget>
  1604. <widget class="QLabel" name="label_18">
  1605. <property name="geometry">
  1606. <rect>
  1607. <x>10</x>
  1608. <y>60</y>
  1609. <width>141</width>
  1610. <height>21</height>
  1611. </rect>
  1612. </property>
  1613. <property name="text">
  1614. <string>Default Capture Device:</string>
  1615. </property>
  1616. <property name="alignment">
  1617. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1618. </property>
  1619. </widget>
  1620. <widget class="QLineEdit" name="alsaDefaultCaptureLine">
  1621. <property name="geometry">
  1622. <rect>
  1623. <x>160</x>
  1624. <y>60</y>
  1625. <width>231</width>
  1626. <height>21</height>
  1627. </rect>
  1628. </property>
  1629. <property name="placeholderText">
  1630. <string>default</string>
  1631. </property>
  1632. </widget>
  1633. <widget class="QCheckBox" name="alsaResamplerCheckBox">
  1634. <property name="geometry">
  1635. <rect>
  1636. <x>20</x>
  1637. <y>100</y>
  1638. <width>191</width>
  1639. <height>21</height>
  1640. </rect>
  1641. </property>
  1642. <property name="toolTip">
  1643. <string>Allow use of ALSA's software resampler. This lets
  1644. the OpenAL device to be set to a different sample
  1645. rate than the backend device, but incurs another
  1646. resample pass on top of OpenAL's resampler.</string>
  1647. </property>
  1648. <property name="text">
  1649. <string>Allow Resampler</string>
  1650. </property>
  1651. <property name="tristate">
  1652. <bool>true</bool>
  1653. </property>
  1654. </widget>
  1655. <widget class="QCheckBox" name="alsaMmapCheckBox">
  1656. <property name="geometry">
  1657. <rect>
  1658. <x>210</x>
  1659. <y>100</y>
  1660. <width>191</width>
  1661. <height>21</height>
  1662. </rect>
  1663. </property>
  1664. <property name="toolTip">
  1665. <string>Accesses the audio device buffer through an mmap,
  1666. potentially avoiding an extra sample buffer copy
  1667. during updates.</string>
  1668. </property>
  1669. <property name="text">
  1670. <string>MMap Buffer</string>
  1671. </property>
  1672. <property name="tristate">
  1673. <bool>true</bool>
  1674. </property>
  1675. </widget>
  1676. </widget>
  1677. <widget class="QWidget" name="page_4">
  1678. <widget class="QLabel" name="label_20">
  1679. <property name="geometry">
  1680. <rect>
  1681. <x>10</x>
  1682. <y>30</y>
  1683. <width>141</width>
  1684. <height>21</height>
  1685. </rect>
  1686. </property>
  1687. <property name="text">
  1688. <string>Default Playback Device:</string>
  1689. </property>
  1690. <property name="alignment">
  1691. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1692. </property>
  1693. </widget>
  1694. <widget class="QLineEdit" name="ossDefaultDeviceLine">
  1695. <property name="geometry">
  1696. <rect>
  1697. <x>160</x>
  1698. <y>30</y>
  1699. <width>151</width>
  1700. <height>21</height>
  1701. </rect>
  1702. </property>
  1703. <property name="placeholderText">
  1704. <string>/dev/dsp</string>
  1705. </property>
  1706. </widget>
  1707. <widget class="QLabel" name="label_21">
  1708. <property name="geometry">
  1709. <rect>
  1710. <x>10</x>
  1711. <y>60</y>
  1712. <width>141</width>
  1713. <height>21</height>
  1714. </rect>
  1715. </property>
  1716. <property name="text">
  1717. <string>Default Capture Device:</string>
  1718. </property>
  1719. <property name="alignment">
  1720. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1721. </property>
  1722. </widget>
  1723. <widget class="QLineEdit" name="ossDefaultCaptureLine">
  1724. <property name="geometry">
  1725. <rect>
  1726. <x>160</x>
  1727. <y>60</y>
  1728. <width>151</width>
  1729. <height>21</height>
  1730. </rect>
  1731. </property>
  1732. <property name="placeholderText">
  1733. <string>/dev/dsp</string>
  1734. </property>
  1735. </widget>
  1736. <widget class="QPushButton" name="ossPlaybackPushButton">
  1737. <property name="geometry">
  1738. <rect>
  1739. <x>320</x>
  1740. <y>30</y>
  1741. <width>91</width>
  1742. <height>21</height>
  1743. </rect>
  1744. </property>
  1745. <property name="text">
  1746. <string>Browse...</string>
  1747. </property>
  1748. </widget>
  1749. <widget class="QPushButton" name="ossCapturePushButton">
  1750. <property name="geometry">
  1751. <rect>
  1752. <x>320</x>
  1753. <y>60</y>
  1754. <width>91</width>
  1755. <height>21</height>
  1756. </rect>
  1757. </property>
  1758. <property name="text">
  1759. <string>Browse...</string>
  1760. </property>
  1761. </widget>
  1762. </widget>
  1763. <widget class="QWidget" name="page_5">
  1764. <widget class="QLineEdit" name="solarisDefaultDeviceLine">
  1765. <property name="geometry">
  1766. <rect>
  1767. <x>160</x>
  1768. <y>30</y>
  1769. <width>151</width>
  1770. <height>21</height>
  1771. </rect>
  1772. </property>
  1773. <property name="placeholderText">
  1774. <string>/dev/audio</string>
  1775. </property>
  1776. </widget>
  1777. <widget class="QLabel" name="label_22">
  1778. <property name="geometry">
  1779. <rect>
  1780. <x>10</x>
  1781. <y>30</y>
  1782. <width>141</width>
  1783. <height>21</height>
  1784. </rect>
  1785. </property>
  1786. <property name="text">
  1787. <string>Default Playback Device:</string>
  1788. </property>
  1789. <property name="alignment">
  1790. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1791. </property>
  1792. </widget>
  1793. <widget class="QPushButton" name="solarisPlaybackPushButton">
  1794. <property name="geometry">
  1795. <rect>
  1796. <x>320</x>
  1797. <y>30</y>
  1798. <width>91</width>
  1799. <height>21</height>
  1800. </rect>
  1801. </property>
  1802. <property name="text">
  1803. <string>Browse...</string>
  1804. </property>
  1805. </widget>
  1806. </widget>
  1807. <widget class="QWidget" name="page_6">
  1808. <widget class="QLabel" name="label_23">
  1809. <property name="geometry">
  1810. <rect>
  1811. <x>10</x>
  1812. <y>30</y>
  1813. <width>71</width>
  1814. <height>21</height>
  1815. </rect>
  1816. </property>
  1817. <property name="text">
  1818. <string>Output File:</string>
  1819. </property>
  1820. <property name="alignment">
  1821. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1822. </property>
  1823. </widget>
  1824. <widget class="QLineEdit" name="waveOutputLine">
  1825. <property name="geometry">
  1826. <rect>
  1827. <x>90</x>
  1828. <y>30</y>
  1829. <width>221</width>
  1830. <height>21</height>
  1831. </rect>
  1832. </property>
  1833. </widget>
  1834. <widget class="QLabel" name="label_24">
  1835. <property name="geometry">
  1836. <rect>
  1837. <x>0</x>
  1838. <y>90</y>
  1839. <width>421</width>
  1840. <height>71</height>
  1841. </rect>
  1842. </property>
  1843. <property name="text">
  1844. <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>
  1845. </property>
  1846. </widget>
  1847. <widget class="QPushButton" name="waveOutputButton">
  1848. <property name="geometry">
  1849. <rect>
  1850. <x>320</x>
  1851. <y>30</y>
  1852. <width>91</width>
  1853. <height>21</height>
  1854. </rect>
  1855. </property>
  1856. <property name="text">
  1857. <string>Browse...</string>
  1858. </property>
  1859. </widget>
  1860. <widget class="QCheckBox" name="waveBFormatCheckBox">
  1861. <property name="geometry">
  1862. <rect>
  1863. <x>120</x>
  1864. <y>60</y>
  1865. <width>191</width>
  1866. <height>21</height>
  1867. </rect>
  1868. </property>
  1869. <property name="text">
  1870. <string>Create .amb (B-Format) files</string>
  1871. </property>
  1872. </widget>
  1873. </widget>
  1874. </widget>
  1875. </widget>
  1876. <widget class="QWidget" name="tab_2">
  1877. <attribute name="title">
  1878. <string>Resources</string>
  1879. </attribute>
  1880. <widget class="QLineEdit" name="srcCountLineEdit">
  1881. <property name="geometry">
  1882. <rect>
  1883. <x>190</x>
  1884. <y>20</y>
  1885. <width>51</width>
  1886. <height>21</height>
  1887. </rect>
  1888. </property>
  1889. <property name="toolTip">
  1890. <string>The maximum number of allocatable sources. Lower values may
  1891. help for systems with apps that try to play more sounds than
  1892. the CPU can handle.</string>
  1893. </property>
  1894. <property name="maxLength">
  1895. <number>4</number>
  1896. </property>
  1897. <property name="placeholderText">
  1898. <string>256</string>
  1899. </property>
  1900. </widget>
  1901. <widget class="QLabel" name="label_3">
  1902. <property name="geometry">
  1903. <rect>
  1904. <x>10</x>
  1905. <y>20</y>
  1906. <width>171</width>
  1907. <height>21</height>
  1908. </rect>
  1909. </property>
  1910. <property name="text">
  1911. <string>Number of Sound Sources:</string>
  1912. </property>
  1913. <property name="alignment">
  1914. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1915. </property>
  1916. </widget>
  1917. <widget class="QLabel" name="label_4">
  1918. <property name="geometry">
  1919. <rect>
  1920. <x>10</x>
  1921. <y>50</y>
  1922. <width>171</width>
  1923. <height>21</height>
  1924. </rect>
  1925. </property>
  1926. <property name="text">
  1927. <string>Number of Effect Slots:</string>
  1928. </property>
  1929. <property name="alignment">
  1930. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1931. </property>
  1932. </widget>
  1933. <widget class="QLineEdit" name="effectSlotLineEdit">
  1934. <property name="geometry">
  1935. <rect>
  1936. <x>190</x>
  1937. <y>50</y>
  1938. <width>51</width>
  1939. <height>21</height>
  1940. </rect>
  1941. </property>
  1942. <property name="toolTip">
  1943. <string>The maximum number of Auxiliary Effect Slots an app can
  1944. create. A slot can use a non-negligible amount of CPU time if
  1945. an effect is set on it even if no sources are feeding it, so this
  1946. may help when apps use more than the system can handle.</string>
  1947. </property>
  1948. <property name="maxLength">
  1949. <number>3</number>
  1950. </property>
  1951. <property name="placeholderText">
  1952. <string>64</string>
  1953. </property>
  1954. </widget>
  1955. <widget class="QLabel" name="label_8">
  1956. <property name="geometry">
  1957. <rect>
  1958. <x>10</x>
  1959. <y>80</y>
  1960. <width>171</width>
  1961. <height>21</height>
  1962. </rect>
  1963. </property>
  1964. <property name="text">
  1965. <string>Number of Source Sends:</string>
  1966. </property>
  1967. <property name="alignment">
  1968. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  1969. </property>
  1970. </widget>
  1971. <widget class="QLineEdit" name="srcSendLineEdit">
  1972. <property name="geometry">
  1973. <rect>
  1974. <x>190</x>
  1975. <y>80</y>
  1976. <width>51</width>
  1977. <height>21</height>
  1978. </rect>
  1979. </property>
  1980. <property name="toolTip">
  1981. <string>Limits the number of auxiliary sends allowed per source.
  1982. Setting this higher than the default has no effect.</string>
  1983. </property>
  1984. <property name="maxLength">
  1985. <number>2</number>
  1986. </property>
  1987. <property name="placeholderText">
  1988. <string>16</string>
  1989. </property>
  1990. </widget>
  1991. <widget class="QGroupBox" name="cpuExtGroupBox">
  1992. <property name="geometry">
  1993. <rect>
  1994. <x>10</x>
  1995. <y>120</y>
  1996. <width>511</width>
  1997. <height>121</height>
  1998. </rect>
  1999. </property>
  2000. <property name="toolTip">
  2001. <string>Enables use of specific CPU extensions. Certain methods may
  2002. utilize CPU extensions when detected, and disabling these can
  2003. be useful for preventing those extensions from being used.</string>
  2004. </property>
  2005. <property name="title">
  2006. <string>CPU Extensions</string>
  2007. </property>
  2008. <widget class="QCheckBox" name="enableSSECheckBox">
  2009. <property name="geometry">
  2010. <rect>
  2011. <x>100</x>
  2012. <y>20</y>
  2013. <width>71</width>
  2014. <height>31</height>
  2015. </rect>
  2016. </property>
  2017. <property name="text">
  2018. <string>SSE</string>
  2019. </property>
  2020. <property name="checked">
  2021. <bool>true</bool>
  2022. </property>
  2023. </widget>
  2024. <widget class="QCheckBox" name="enableSSE2CheckBox">
  2025. <property name="geometry">
  2026. <rect>
  2027. <x>180</x>
  2028. <y>20</y>
  2029. <width>71</width>
  2030. <height>31</height>
  2031. </rect>
  2032. </property>
  2033. <property name="text">
  2034. <string>SSE2</string>
  2035. </property>
  2036. <property name="checked">
  2037. <bool>true</bool>
  2038. </property>
  2039. </widget>
  2040. <widget class="QCheckBox" name="enableNeonCheckBox">
  2041. <property name="geometry">
  2042. <rect>
  2043. <x>100</x>
  2044. <y>50</y>
  2045. <width>71</width>
  2046. <height>31</height>
  2047. </rect>
  2048. </property>
  2049. <property name="text">
  2050. <string>Neon</string>
  2051. </property>
  2052. <property name="checked">
  2053. <bool>true</bool>
  2054. </property>
  2055. </widget>
  2056. <widget class="QCheckBox" name="enableSSE41CheckBox">
  2057. <property name="geometry">
  2058. <rect>
  2059. <x>340</x>
  2060. <y>20</y>
  2061. <width>71</width>
  2062. <height>31</height>
  2063. </rect>
  2064. </property>
  2065. <property name="text">
  2066. <string>SSE4.1</string>
  2067. </property>
  2068. <property name="checked">
  2069. <bool>true</bool>
  2070. </property>
  2071. </widget>
  2072. <widget class="QCheckBox" name="enableSSE3CheckBox">
  2073. <property name="geometry">
  2074. <rect>
  2075. <x>260</x>
  2076. <y>20</y>
  2077. <width>71</width>
  2078. <height>31</height>
  2079. </rect>
  2080. </property>
  2081. <property name="text">
  2082. <string>SSE3</string>
  2083. </property>
  2084. <property name="checked">
  2085. <bool>true</bool>
  2086. </property>
  2087. </widget>
  2088. <widget class="QLabel" name="cpuExtDisabledLabel">
  2089. <property name="geometry">
  2090. <rect>
  2091. <x>101</x>
  2092. <y>80</y>
  2093. <width>311</width>
  2094. <height>31</height>
  2095. </rect>
  2096. </property>
  2097. <property name="text">
  2098. <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>
  2099. </property>
  2100. </widget>
  2101. </widget>
  2102. </widget>
  2103. <widget class="QWidget" name="tab_4">
  2104. <attribute name="title">
  2105. <string>Effects</string>
  2106. </attribute>
  2107. <widget class="QGroupBox" name="groupBox_5">
  2108. <property name="geometry">
  2109. <rect>
  2110. <x>10</x>
  2111. <y>100</y>
  2112. <width>511</width>
  2113. <height>241</height>
  2114. </rect>
  2115. </property>
  2116. <property name="toolTip">
  2117. <string>Specifies which effects apps can recognize. Disabling effects
  2118. can help for apps that try to use ones that are too intensive
  2119. for the system to handle.</string>
  2120. </property>
  2121. <property name="title">
  2122. <string>Enabled Effects</string>
  2123. </property>
  2124. <widget class="QCheckBox" name="enableEaxReverbCheck">
  2125. <property name="geometry">
  2126. <rect>
  2127. <x>70</x>
  2128. <y>30</y>
  2129. <width>131</width>
  2130. <height>21</height>
  2131. </rect>
  2132. </property>
  2133. <property name="text">
  2134. <string>EAX Reverb</string>
  2135. </property>
  2136. <property name="checked">
  2137. <bool>true</bool>
  2138. </property>
  2139. </widget>
  2140. <widget class="QCheckBox" name="enableStdReverbCheck">
  2141. <property name="geometry">
  2142. <rect>
  2143. <x>70</x>
  2144. <y>60</y>
  2145. <width>131</width>
  2146. <height>21</height>
  2147. </rect>
  2148. </property>
  2149. <property name="text">
  2150. <string>Standard Reverb</string>
  2151. </property>
  2152. <property name="checked">
  2153. <bool>true</bool>
  2154. </property>
  2155. </widget>
  2156. <widget class="QCheckBox" name="enableChorusCheck">
  2157. <property name="geometry">
  2158. <rect>
  2159. <x>70</x>
  2160. <y>90</y>
  2161. <width>131</width>
  2162. <height>21</height>
  2163. </rect>
  2164. </property>
  2165. <property name="text">
  2166. <string>Chorus</string>
  2167. </property>
  2168. <property name="checked">
  2169. <bool>true</bool>
  2170. </property>
  2171. </widget>
  2172. <widget class="QCheckBox" name="enableDistortionCheck">
  2173. <property name="geometry">
  2174. <rect>
  2175. <x>70</x>
  2176. <y>150</y>
  2177. <width>131</width>
  2178. <height>21</height>
  2179. </rect>
  2180. </property>
  2181. <property name="text">
  2182. <string>Distortion</string>
  2183. </property>
  2184. <property name="checked">
  2185. <bool>true</bool>
  2186. </property>
  2187. </widget>
  2188. <widget class="QCheckBox" name="enableEchoCheck">
  2189. <property name="geometry">
  2190. <rect>
  2191. <x>70</x>
  2192. <y>180</y>
  2193. <width>131</width>
  2194. <height>21</height>
  2195. </rect>
  2196. </property>
  2197. <property name="text">
  2198. <string>Echo</string>
  2199. </property>
  2200. <property name="checked">
  2201. <bool>true</bool>
  2202. </property>
  2203. </widget>
  2204. <widget class="QCheckBox" name="enableEqualizerCheck">
  2205. <property name="geometry">
  2206. <rect>
  2207. <x>320</x>
  2208. <y>30</y>
  2209. <width>131</width>
  2210. <height>21</height>
  2211. </rect>
  2212. </property>
  2213. <property name="text">
  2214. <string>Equalizer</string>
  2215. </property>
  2216. <property name="checked">
  2217. <bool>true</bool>
  2218. </property>
  2219. </widget>
  2220. <widget class="QCheckBox" name="enableFlangerCheck">
  2221. <property name="geometry">
  2222. <rect>
  2223. <x>320</x>
  2224. <y>90</y>
  2225. <width>131</width>
  2226. <height>21</height>
  2227. </rect>
  2228. </property>
  2229. <property name="text">
  2230. <string>Flanger</string>
  2231. </property>
  2232. <property name="checked">
  2233. <bool>true</bool>
  2234. </property>
  2235. </widget>
  2236. <widget class="QCheckBox" name="enableModulatorCheck">
  2237. <property name="geometry">
  2238. <rect>
  2239. <x>320</x>
  2240. <y>150</y>
  2241. <width>131</width>
  2242. <height>21</height>
  2243. </rect>
  2244. </property>
  2245. <property name="text">
  2246. <string>Ring Modulator</string>
  2247. </property>
  2248. <property name="checked">
  2249. <bool>true</bool>
  2250. </property>
  2251. </widget>
  2252. <widget class="QCheckBox" name="enableDedicatedCheck">
  2253. <property name="geometry">
  2254. <rect>
  2255. <x>320</x>
  2256. <y>180</y>
  2257. <width>131</width>
  2258. <height>21</height>
  2259. </rect>
  2260. </property>
  2261. <property name="toolTip">
  2262. <string>Enables both the Dedicated Dialog and Dedicated LFE effects
  2263. added by the ALC_EXT_DEDICATED extension.</string>
  2264. </property>
  2265. <property name="text">
  2266. <string>Dedicated ...</string>
  2267. </property>
  2268. <property name="checked">
  2269. <bool>true</bool>
  2270. </property>
  2271. </widget>
  2272. <widget class="QCheckBox" name="enableCompressorCheck">
  2273. <property name="geometry">
  2274. <rect>
  2275. <x>70</x>
  2276. <y>120</y>
  2277. <width>111</width>
  2278. <height>21</height>
  2279. </rect>
  2280. </property>
  2281. <property name="text">
  2282. <string>Compressor</string>
  2283. </property>
  2284. <property name="checked">
  2285. <bool>true</bool>
  2286. </property>
  2287. </widget>
  2288. <widget class="QCheckBox" name="enablePitchShifterCheck">
  2289. <property name="geometry">
  2290. <rect>
  2291. <x>320</x>
  2292. <y>120</y>
  2293. <width>131</width>
  2294. <height>21</height>
  2295. </rect>
  2296. </property>
  2297. <property name="text">
  2298. <string>Pitch Shifter</string>
  2299. </property>
  2300. <property name="checked">
  2301. <bool>true</bool>
  2302. </property>
  2303. </widget>
  2304. <widget class="QCheckBox" name="enableFrequencyShifterCheck">
  2305. <property name="geometry">
  2306. <rect>
  2307. <x>320</x>
  2308. <y>60</y>
  2309. <width>131</width>
  2310. <height>21</height>
  2311. </rect>
  2312. </property>
  2313. <property name="text">
  2314. <string>Frequency Shifter</string>
  2315. </property>
  2316. <property name="checked">
  2317. <bool>true</bool>
  2318. </property>
  2319. </widget>
  2320. <widget class="QCheckBox" name="enableAutowahCheck">
  2321. <property name="geometry">
  2322. <rect>
  2323. <x>70</x>
  2324. <y>210</y>
  2325. <width>131</width>
  2326. <height>21</height>
  2327. </rect>
  2328. </property>
  2329. <property name="text">
  2330. <string>Autowah</string>
  2331. </property>
  2332. <property name="checked">
  2333. <bool>true</bool>
  2334. </property>
  2335. </widget>
  2336. <widget class="QCheckBox" name="enableVocalMorpherCheck">
  2337. <property name="geometry">
  2338. <rect>
  2339. <x>320</x>
  2340. <y>210</y>
  2341. <width>131</width>
  2342. <height>21</height>
  2343. </rect>
  2344. </property>
  2345. <property name="text">
  2346. <string>Vocal morpher</string>
  2347. </property>
  2348. <property name="checked">
  2349. <bool>true</bool>
  2350. </property>
  2351. </widget>
  2352. </widget>
  2353. <widget class="QLabel" name="label_13">
  2354. <property name="geometry">
  2355. <rect>
  2356. <x>10</x>
  2357. <y>20</y>
  2358. <width>141</width>
  2359. <height>31</height>
  2360. </rect>
  2361. </property>
  2362. <property name="text">
  2363. <string>Default Reverb Effect:</string>
  2364. </property>
  2365. <property name="alignment">
  2366. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  2367. </property>
  2368. </widget>
  2369. <widget class="QComboBox" name="defaultReverbComboBox">
  2370. <property name="geometry">
  2371. <rect>
  2372. <x>160</x>
  2373. <y>20</y>
  2374. <width>135</width>
  2375. <height>31</height>
  2376. </rect>
  2377. </property>
  2378. <property name="sizeAdjustPolicy">
  2379. <enum>QComboBox::AdjustToContents</enum>
  2380. </property>
  2381. <item>
  2382. <property name="text">
  2383. <string>None</string>
  2384. </property>
  2385. </item>
  2386. <item>
  2387. <property name="text">
  2388. <string>Generic</string>
  2389. </property>
  2390. </item>
  2391. <item>
  2392. <property name="text">
  2393. <string>PaddedCell</string>
  2394. </property>
  2395. </item>
  2396. <item>
  2397. <property name="text">
  2398. <string>Room</string>
  2399. </property>
  2400. </item>
  2401. <item>
  2402. <property name="text">
  2403. <string>Bathroom</string>
  2404. </property>
  2405. </item>
  2406. <item>
  2407. <property name="text">
  2408. <string>Livingroom</string>
  2409. </property>
  2410. </item>
  2411. <item>
  2412. <property name="text">
  2413. <string>Stoneroom</string>
  2414. </property>
  2415. </item>
  2416. <item>
  2417. <property name="text">
  2418. <string>Auditorium</string>
  2419. </property>
  2420. </item>
  2421. <item>
  2422. <property name="text">
  2423. <string>ConcertHall</string>
  2424. </property>
  2425. </item>
  2426. <item>
  2427. <property name="text">
  2428. <string>Cave</string>
  2429. </property>
  2430. </item>
  2431. <item>
  2432. <property name="text">
  2433. <string>Arena</string>
  2434. </property>
  2435. </item>
  2436. <item>
  2437. <property name="text">
  2438. <string>Hangar</string>
  2439. </property>
  2440. </item>
  2441. <item>
  2442. <property name="text">
  2443. <string>CarpetedHallway</string>
  2444. </property>
  2445. </item>
  2446. <item>
  2447. <property name="text">
  2448. <string>Hallway</string>
  2449. </property>
  2450. </item>
  2451. <item>
  2452. <property name="text">
  2453. <string>StoneCorridor</string>
  2454. </property>
  2455. </item>
  2456. <item>
  2457. <property name="text">
  2458. <string>Alley</string>
  2459. </property>
  2460. </item>
  2461. <item>
  2462. <property name="text">
  2463. <string>Forest</string>
  2464. </property>
  2465. </item>
  2466. <item>
  2467. <property name="text">
  2468. <string>City</string>
  2469. </property>
  2470. </item>
  2471. <item>
  2472. <property name="text">
  2473. <string>Mountains</string>
  2474. </property>
  2475. </item>
  2476. <item>
  2477. <property name="text">
  2478. <string>Quarry</string>
  2479. </property>
  2480. </item>
  2481. <item>
  2482. <property name="text">
  2483. <string>Plain</string>
  2484. </property>
  2485. </item>
  2486. <item>
  2487. <property name="text">
  2488. <string>ParkingLot</string>
  2489. </property>
  2490. </item>
  2491. <item>
  2492. <property name="text">
  2493. <string>SewerPipe</string>
  2494. </property>
  2495. </item>
  2496. <item>
  2497. <property name="text">
  2498. <string>Underwater</string>
  2499. </property>
  2500. </item>
  2501. <item>
  2502. <property name="text">
  2503. <string>Drugged</string>
  2504. </property>
  2505. </item>
  2506. <item>
  2507. <property name="text">
  2508. <string>Dizzy</string>
  2509. </property>
  2510. </item>
  2511. <item>
  2512. <property name="text">
  2513. <string>Psychotic</string>
  2514. </property>
  2515. </item>
  2516. </widget>
  2517. </widget>
  2518. </widget>
  2519. <widget class="QPushButton" name="closeCancelButton">
  2520. <property name="geometry">
  2521. <rect>
  2522. <x>370</x>
  2523. <y>405</y>
  2524. <width>91</width>
  2525. <height>31</height>
  2526. </rect>
  2527. </property>
  2528. <property name="text">
  2529. <string>Cancel</string>
  2530. </property>
  2531. <property name="icon">
  2532. <iconset theme="window-close">
  2533. <normaloff>.</normaloff>.</iconset>
  2534. </property>
  2535. </widget>
  2536. </widget>
  2537. <widget class="QMenuBar" name="menuBar">
  2538. <property name="geometry">
  2539. <rect>
  2540. <x>0</x>
  2541. <y>0</y>
  2542. <width>564</width>
  2543. <height>29</height>
  2544. </rect>
  2545. </property>
  2546. <widget class="QMenu" name="menuFile">
  2547. <property name="title">
  2548. <string>&amp;File</string>
  2549. </property>
  2550. <addaction name="actionLoad"/>
  2551. <addaction name="actionSave_As"/>
  2552. <addaction name="separator"/>
  2553. <addaction name="actionQuit"/>
  2554. </widget>
  2555. <widget class="QMenu" name="menuHelp">
  2556. <property name="title">
  2557. <string>&amp;Help</string>
  2558. </property>
  2559. <addaction name="actionAbout"/>
  2560. </widget>
  2561. <addaction name="menuFile"/>
  2562. <addaction name="menuHelp"/>
  2563. </widget>
  2564. <action name="actionQuit">
  2565. <property name="icon">
  2566. <iconset theme="application-exit">
  2567. <normaloff>.</normaloff>.</iconset>
  2568. </property>
  2569. <property name="text">
  2570. <string>&amp;Quit</string>
  2571. </property>
  2572. </action>
  2573. <action name="actionSave_As">
  2574. <property name="icon">
  2575. <iconset theme="document-save-as">
  2576. <normaloff>.</normaloff>.</iconset>
  2577. </property>
  2578. <property name="text">
  2579. <string>Save &amp;As...</string>
  2580. </property>
  2581. <property name="toolTip">
  2582. <string>Save Configuration As</string>
  2583. </property>
  2584. </action>
  2585. <action name="actionLoad">
  2586. <property name="icon">
  2587. <iconset theme="document-open">
  2588. <normaloff>.</normaloff>.</iconset>
  2589. </property>
  2590. <property name="text">
  2591. <string>&amp;Load...</string>
  2592. </property>
  2593. <property name="toolTip">
  2594. <string>Load Configuration File</string>
  2595. </property>
  2596. </action>
  2597. <action name="actionAbout">
  2598. <property name="text">
  2599. <string>&amp;About...</string>
  2600. </property>
  2601. </action>
  2602. </widget>
  2603. <layoutdefault spacing="6" margin="11"/>
  2604. <resources/>
  2605. <connections>
  2606. <connection>
  2607. <sender>backendListWidget</sender>
  2608. <signal>currentRowChanged(int)</signal>
  2609. <receiver>backendStackedWidget</receiver>
  2610. <slot>setCurrentIndex(int)</slot>
  2611. <hints>
  2612. <hint type="sourcelabel">
  2613. <x>69</x>
  2614. <y>233</y>
  2615. </hint>
  2616. <hint type="destinationlabel">
  2617. <x>329</x>
  2618. <y>232</y>
  2619. </hint>
  2620. </hints>
  2621. </connection>
  2622. </connections>
  2623. <slots>
  2624. <slot>ShowHRTFContextMenu(QPoint)</slot>
  2625. </slots>
  2626. </ui>