diff options
author | Chris Robinson <[email protected]> | 2017-05-23 01:12:49 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-05-23 01:12:49 -0700 |
commit | dd6c5270b6e9dd041dd7560e4836d269482fa5b7 (patch) | |
tree | 915c4c4c33bd89395ed55df243f6dbd59b100c47 /utils/alsoft-config/mainwindow.ui | |
parent | e6be113903e9a92734b1885b1506c8940940705f (diff) |
Add a dithering option to alsoft-config
Diffstat (limited to 'utils/alsoft-config/mainwindow.ui')
-rw-r--r-- | utils/alsoft-config/mainwindow.ui | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui index 153bcc04..23d7573a 100644 --- a/utils/alsoft-config/mainwindow.ui +++ b/utils/alsoft-config/mainwindow.ui @@ -504,6 +504,27 @@ avoiding excessive clipping noise.</string> <bool>true</bool> </property> </widget> + <widget class="QCheckBox" name="outputDitherCheckBox"> + <property name="geometry"> + <rect> + <x>270</x> + <y>160</y> + <width>261</width> + <height>21</height> + </rect> + </property> + <property name="toolTip"> + <string>Applies dithering on the final mix for 8- and 16-bit output. +This replaces the distortion created by nearest-value +quantization with low-level whitenoise.</string> + </property> + <property name="text"> + <string>Enable Dithering</string> + </property> + <property name="tristate"> + <bool>true</bool> + </property> + </widget> </widget> <widget class="QGroupBox" name="groupBox_4"> <property name="geometry"> |