aboutsummaryrefslogtreecommitdiffstats
path: root/utils/alsoft-config/mainwindow.h
Commit message (Collapse)AuthorAgeFilesLines
* Use a spinbox for the nfc-ref-delay valueChris Robinson2017-03-121-4/+0
|
* Handle the nfc-ref-delay config optionChris Robinson2017-03-121-0/+4
|
* Allow distance compensation for non-HQ rendering as wellChris Robinson2017-02-201-2/+0
| | | | | It still requires a custom configuration to specify appropriate speaker distances.
* Remove the separate surround51rear decoder optionChris Robinson2017-02-191-1/+0
| | | | | | Both 5.1 Side and Rear configurations use 'surround51' to look up the appropriate decoder file. The decoder loader already handles mapping between rear and side channels, so there's no need for separate options.
* Add a config dialog tab for decoder optionsChris Robinson2016-03-281-0/+10
|
* Add a simple About page that shows the library build versionChris Robinson2016-03-061-0/+2
|
* Add a backend tab page for JACK optionsChris Robinson2016-03-021-0/+4
|
* Add a Wave Writer backend config pageChris Robinson2016-03-021-0/+2
|
* Add OSS and Solaris config pagesChris Robinson2016-03-021-0/+5
|
* Collect HRTF names from the paths list for alsoft-configChris Robinson2016-02-231-1/+1
|
* Allow selecting a preferred HRTF in alsoft-configChris Robinson2016-02-231-0/+2
| | | | This currently only checks the default paths when they're being used.
* Add a warning if closing alsoft-config with unsaved changesChris Robinson2016-02-221-0/+8
|
* Restructure alsoft-config UIChris Robinson2016-02-221-0/+2
| | | | | | The HRTF stuff is moved to its own tab, and a Preferred HRTF combo box is added for future use. The resampler option is moved to the main Playback tab, and some options are moved to an Advanced Settings section on the tab.
* Remove the Reverb Bost option from alsoft-configChris Robinson2015-10-281-4/+0
| | | | | It's not really an appropriate setting for most users to play with. The option still exists, but it's no longer editable in the GUI.
* Disable HRTF remove button when no files selectedChris Robinson2013-06-281-0/+2
|
* Add a configuration UI applicationChris Robinson2013-06-231-0/+54
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.