Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement a 6-point sinc-lanczos filter | Chris Robinson | 2015-09-29 | 1 | -2/+3 |
| | |||||
* | Auto-replace the "cubic" resampler with "sinc4" | Chris Robinson | 2015-09-28 | 1 | -1/+6 |
| | |||||
* | Replace the cubic resampler with a 4-point sinc/lanczos filter | Chris Robinson | 2015-09-27 | 1 | -1/+1 |
| | |||||
* | Reorganize some HRTF config options | Chris Robinson | 2015-09-04 | 2 | -6/+7 |
| | |||||
* | Reposition the JACK backend entry | Chris Robinson | 2015-09-04 | 1 | -1/+1 |
| | |||||
* | Handle the stereo-mode config option with alsoft-config | Chris Robinson | 2015-08-28 | 2 | -17/+89 |
| | |||||
* | Add JACK to the config utility | Chris Robinson | 2014-12-22 | 1 | -0/+1 |
| | |||||
* | Allow selecting the 5.1-rear channel config from the config file | Chris Robinson | 2014-11-08 | 1 | -1/+2 |
| | |||||
* | Use shorter display names for the surround sound config options | Chris Robinson | 2014-11-07 | 1 | -3/+3 |
| | |||||
* | Use better GUI item names for the resampler option | Chris Robinson | 2014-09-26 | 2 | -35/+31 |
| | |||||
* | Show prettier names in the alsoft-config sample format combo boxes | Chris Robinson | 2014-09-13 | 2 | -96/+80 |
| | |||||
* | Modify CPU extensions and effect options to be enabled when checked | Chris Robinson | 2014-08-07 | 2 | -63/+105 |
| | | | | | 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 | 2 | -12/+79 |
| | |||||
* | Update alsoft-config | Chris Robinson | 2014-08-05 | 2 | -23/+55 |
| | | | | | 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 |
| | |||||
* | Don't have ../../ as part of the target name | Chris Robinson | 2013-07-02 | 1 | -3/+4 |
| | |||||
* | Disable HRTF remove button when no files selected | Chris Robinson | 2013-06-28 | 2 | -0/+9 |
| | |||||
* | Update the period size/count sliders when loading | Chris Robinson | 2013-06-27 | 1 | -0/+6 |
| | |||||
* | Remove the unused menu bar and status bar from alsoft-config | Chris Robinson | 2013-06-27 | 2 | -11/+2 |
| | |||||
* | Check for Qt4 earlier | Chris Robinson | 2013-06-24 | 1 | -1/+0 |
| | |||||
* | Properly check that Qt4 4.8+ was found | Chris Robinson | 2013-06-24 | 1 | -1/+1 |
| | |||||
* | Specify the required Qt4 version to find_package | Chris Robinson | 2013-06-24 | 1 | -5/+3 |
| | |||||
* | Make sure QtCore and QtGui were found and link with the appropriate libs | Chris Robinson | 2013-06-24 | 1 | -2/+2 |
| | |||||
* | Require Qt 4.8 or newer for alsoft-config | Chris Robinson | 2013-06-24 | 1 | -1/+2 |
| | |||||
* | Move alsoft-config to a separate project file | Chris Robinson | 2013-06-24 | 1 | -0/+30 |
| | | | | | This to help avoid FindQt4.cmake from polluting the current project with defines and include directories, applying them to targets that don't use Qt. | ||||
* | Add a configuration UI application | Chris Robinson | 2013-06-23 | 4 | -0/+2034 |
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. |