diff options
Diffstat (limited to 'utils/alsoft-config/mainwindow.ui')
-rw-r--r-- | utils/alsoft-config/mainwindow.ui | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui index 806b0ce0..a077e8a5 100644 --- a/utils/alsoft-config/mainwindow.ui +++ b/utils/alsoft-config/mainwindow.ui @@ -621,7 +621,7 @@ configuration file.</string> <property name="geometry"> <rect> <x>-10</x> - <y>100</y> + <y>120</y> <width>551</width> <height>161</height> </rect> @@ -789,6 +789,35 @@ configuration file.</string> </property> </widget> </widget> + <widget class="QCheckBox" name="decoderNFEffectsCheckBox"> + <property name="geometry"> + <rect> + <x>10</x> + <y>80</y> + <width>181</width> + <height>21</height> + </rect> + </property> + <property name="toolTip"> + <string>Simulates and compensates for low-frequency effects +caused by the curvature of nearby sound-waves, which +creates a more realistic perception of sound distance. +Note that the effect may be stronger or weaker than +intended if the application doesn't use or specify an +appropriate unit scale, or if incorrect speaker distances +are set in the decoder configuration file. Requires High +Quality Mode to be enabled.</string> + </property> + <property name="layoutDirection"> + <enum>Qt::RightToLeft</enum> + </property> + <property name="text"> + <string>Near-Field Effects:</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> </widget> <widget class="QWidget" name="tab_5"> <attribute name="title"> |