aboutsummaryrefslogtreecommitdiffstats
path: root/utils/alsoft-config
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2015-09-04 17:06:23 -0700
committerChris Robinson <[email protected]>2015-09-04 17:06:23 -0700
commit6fc567f1abb760d17b7172e74e8f4652a78078e0 (patch)
tree409947cc2864fc2985b7abb5e5d46dedd6d816a4 /utils/alsoft-config
parent0eb83fe462a800d8dde96f0975d33a7f95ca9ba0 (diff)
Reorganize some HRTF config options
Diffstat (limited to 'utils/alsoft-config')
-rw-r--r--utils/alsoft-config/mainwindow.cpp2
-rw-r--r--utils/alsoft-config/mainwindow.ui11
2 files changed, 7 insertions, 6 deletions
diff --git a/utils/alsoft-config/mainwindow.cpp b/utils/alsoft-config/mainwindow.cpp
index 67af9bbe..bc5c6fee 100644
--- a/utils/alsoft-config/mainwindow.cpp
+++ b/utils/alsoft-config/mainwindow.cpp
@@ -360,7 +360,7 @@ void MainWindow::loadConfig(const QString &fname)
ui->enableNeonCheckBox->setChecked(!disabledCpuExts.contains("neon", Qt::CaseInsensitive));
if(settings.value("hrtf").toString() == QString())
- ui->hrtfEnableButton->setChecked(true);
+ ui->hrtfAutoButton->setChecked(true);
else
{
if(settings.value("hrtf", true).toBool())
diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui
index 3dbc7e1c..0612a385 100644
--- a/utils/alsoft-config/mainwindow.ui
+++ b/utils/alsoft-config/mainwindow.ui
@@ -215,7 +215,7 @@ to stereo output.</string>
<property name="title">
<string>HRTF (Stereo only)</string>
</property>
- <widget class="QRadioButton" name="hrtfEnableButton">
+ <widget class="QRadioButton" name="hrtfAutoButton">
<property name="geometry">
<rect>
<x>20</x>
@@ -225,10 +225,11 @@ to stereo output.</string>
</rect>
</property>
<property name="toolTip">
- <string>Allows applications to request HRTF mixing.</string>
+ <string>Allows applications to request HRTF mixing, or for HRTF
+mixing to be enabled when headphones are detected.</string>
</property>
<property name="text">
- <string>Enable</string>
+ <string>Auto</string>
</property>
<property name="checked">
<bool>true</bool>
@@ -238,7 +239,7 @@ to stereo output.</string>
<property name="geometry">
<rect>
<x>20</x>
- <y>50</y>
+ <y>70</y>
<width>71</width>
<height>21</height>
</rect>
@@ -254,7 +255,7 @@ to stereo output.</string>
<property name="geometry">
<rect>
<x>20</x>
- <y>70</y>
+ <y>50</y>
<width>71</width>
<height>21</height>
</rect>