aboutsummaryrefslogtreecommitdiffstats
path: root/utils/alsoft-config/mainwindow.ui
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-02-28 20:55:41 -0800
committerChris Robinson <[email protected]>2016-02-28 20:55:41 -0800
commitabf6a9260a18bc5d4e69e9c7b8bce35509ade816 (patch)
tree597ae042a47529c771551ff223cd020d069a33c7 /utils/alsoft-config/mainwindow.ui
parent81384949e2f3672ecd25797a31fbaa2d842492cd (diff)
Add an option to select between UHJ and pair-wise mixing.
Diffstat (limited to 'utils/alsoft-config/mainwindow.ui')
-rw-r--r--utils/alsoft-config/mainwindow.ui48
1 files changed, 48 insertions, 0 deletions
diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui
index 3c6629f0..8eb3162c 100644
--- a/utils/alsoft-config/mainwindow.ui
+++ b/utils/alsoft-config/mainwindow.ui
@@ -428,6 +428,54 @@ frames needed for each mixing update.</string>
</widget>
</widget>
</widget>
+ <widget class="QComboBox" name="stereoPanningComboBox">
+ <property name="geometry">
+ <rect>
+ <x>130</x>
+ <y>130</y>
+ <width>131</width>
+ <height>22</height>
+ </rect>
+ </property>
+ <property name="toolTip">
+ <string>Selects the panning method for non-HRTF stereo
+mixing. UHJ creates stereo-compatible two-channel
+output, which encodes some surround information.
+Pair-Wise uses standard pair-wise panning between
+-30 and +30 degrees. The default is UHJ.</string>
+ </property>
+ <item>
+ <property name="text">
+ <string>Default</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>UHJ</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Pair-Wise</string>
+ </property>
+ </item>
+ </widget>
+ <widget class="QLabel" name="label_19">
+ <property name="geometry">
+ <rect>
+ <x>20</x>
+ <y>130</y>
+ <width>101</width>
+ <height>21</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Stereo Panning:</string>
+ </property>
+ <property name="alignment">
+ <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+ </property>
+ </widget>
</widget>
<widget class="QGroupBox" name="groupBox_4">
<property name="geometry">