diff options
author | Chris Robinson <[email protected]> | 2017-02-22 19:18:01 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-02-22 19:18:01 -0800 |
commit | 0ce4c9b8fa90df6111fb81debf583b0fc9200063 (patch) | |
tree | e81c1aee27782809d49392dceb2e51e4f56767a3 /utils/alsoft-config/mainwindow.ui | |
parent | d04cc28f33c5a21273fc42c023b41dbcfa89632b (diff) |
Rename stereo-panning option to stereo-encoding
Also rename the 'paired' value to 'panpot', and make it the default.
Diffstat (limited to 'utils/alsoft-config/mainwindow.ui')
-rw-r--r-- | utils/alsoft-config/mainwindow.ui | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui index 4db93c36..18392430 100644 --- a/utils/alsoft-config/mainwindow.ui +++ b/utils/alsoft-config/mainwindow.ui @@ -428,7 +428,7 @@ frames needed for each mixing update.</string> </widget> </widget> </widget> - <widget class="QComboBox" name="stereoPanningComboBox"> + <widget class="QComboBox" name="stereoEncodingComboBox"> <property name="geometry"> <rect> <x>130</x> @@ -438,11 +438,13 @@ frames needed for each mixing update.</string> </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> + <string>Pan Pot uses standard amplitude panning (aka +pair-wise, stereo pair, etc) between -30 and +30 +degrees, while UHJ creates a stereo-compatible +two-channel UHJ mix, which encodes some +surround sound information into stereo output +that can be decoded with a surround sound +receiver.</string> </property> </widget> <widget class="QLabel" name="label_19"> @@ -455,7 +457,7 @@ Pair-Wise uses standard pair-wise panning between </rect> </property> <property name="text"> - <string>Stereo Panning:</string> + <string>Stereo Encoding:</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |