Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the FIR4 from SSE2 to SSE3 | Chris Robinson | 2015-10-11 | 1 | -3/+19 |
| | | | | | SSE3 can avoid the slow _MM_TRANSPOSE_PS4 call thanks to the inclusion of horizontal adds. | ||||
* | Reorganize some HRTF config options | Chris Robinson | 2015-09-04 | 1 | -5/+6 |
| | |||||
* | Handle the stereo-mode config option with alsoft-config | Chris Robinson | 2015-08-28 | 1 | -17/+48 |
| | |||||
* | Use better GUI item names for the resampler option | Chris Robinson | 2014-09-26 | 1 | -21/+1 |
| | |||||
* | Show prettier names in the alsoft-config sample format combo boxes | Chris Robinson | 2014-09-13 | 1 | -83/+8 |
| | |||||
* | Modify CPU extensions and effect options to be enabled when checked | Chris Robinson | 2014-08-07 | 1 | -35/+77 |
| | | | | | It looks nicer and more featured for options to be checked when they're allowed, rather than when disallowed. | ||||
* | Filter for relative HRTF data paths and add Add/Remove label texts | Chris Robinson | 2014-08-05 | 1 | -10/+9 |
| | |||||
* | Update alsoft-config | Chris Robinson | 2014-08-05 | 1 | -23/+49 |
| | | | | | Adds Compressor effect and SSE 4.1 for exclusion, and alters the HRTF tables tooltip to refer the the default data sets instead of the built-in set. | ||||
* | Some .ui changes that Qt Designer insists on | Chris Robinson | 2013-07-10 | 1 | -5/+15 |
| | |||||
* | Remove the unused menu bar and status bar from alsoft-config | Chris Robinson | 2013-06-27 | 1 | -10/+1 |
| | |||||
* | Add a configuration UI application | Chris Robinson | 2013-06-23 | 1 | -0/+1396 |
Not complete, but it's a decent start. Some problems: * Only some otions are handled (backend-specific options in particular aren't handled). * Does not warn when quitting with unsaved changes. * Some options are missing tooltips. |