aboutsummaryrefslogtreecommitdiffstats
path: root/utils/alsoft-config
Commit message (Collapse)AuthorAgeFilesLines
* Implement a 6-point sinc-lanczos filterChris Robinson2015-09-291-2/+3
|
* Auto-replace the "cubic" resampler with "sinc4"Chris Robinson2015-09-281-1/+6
|
* Replace the cubic resampler with a 4-point sinc/lanczos filterChris Robinson2015-09-271-1/+1
|
* Reorganize some HRTF config optionsChris Robinson2015-09-042-6/+7
|
* Reposition the JACK backend entryChris Robinson2015-09-041-1/+1
|
* Handle the stereo-mode config option with alsoft-configChris Robinson2015-08-282-17/+89
|
* Add JACK to the config utilityChris Robinson2014-12-221-0/+1
|
* Allow selecting the 5.1-rear channel config from the config fileChris Robinson2014-11-081-1/+2
|
* Use shorter display names for the surround sound config optionsChris Robinson2014-11-071-3/+3
|
* Use better GUI item names for the resampler optionChris Robinson2014-09-262-35/+31
|
* Show prettier names in the alsoft-config sample format combo boxesChris Robinson2014-09-132-96/+80
|
* Modify CPU extensions and effect options to be enabled when checkedChris Robinson2014-08-072-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 textsChris Robinson2014-08-052-12/+79
|
* Update alsoft-configChris Robinson2014-08-052-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 onChris Robinson2013-07-101-5/+15
|
* Don't have ../../ as part of the target nameChris Robinson2013-07-021-3/+4
|
* Disable HRTF remove button when no files selectedChris Robinson2013-06-282-0/+9
|
* Update the period size/count sliders when loadingChris Robinson2013-06-271-0/+6
|
* Remove the unused menu bar and status bar from alsoft-configChris Robinson2013-06-272-11/+2
|
* Check for Qt4 earlierChris Robinson2013-06-241-1/+0
|
* Properly check that Qt4 4.8+ was foundChris Robinson2013-06-241-1/+1
|
* Specify the required Qt4 version to find_packageChris Robinson2013-06-241-5/+3
|
* Make sure QtCore and QtGui were found and link with the appropriate libsChris Robinson2013-06-241-2/+2
|
* Require Qt 4.8 or newer for alsoft-configChris Robinson2013-06-241-1/+2
|
* Move alsoft-config to a separate project fileChris Robinson2013-06-241-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 applicationChris Robinson2013-06-234-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.