Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix clang-tidy warnings from the examples and utilities | Chris Robinson | 2023-12-13 | 1 | -9/+11 |
| | |||||
* | Much more clang-tidy cleanup | Chris Robinson | 2023-12-10 | 1 | -13/+12 |
| | |||||
* | Handle 3D7.1 as a separate channel configuration | Chris Robinson | 2022-04-26 | 1 | -0/+1 |
| | | | | | | | It's treated as 5.1 + 2 aux channels. This allows AL_DIRECT_CHANNELS_SOFT to behave better, not forwarding rear left/right channel inputs to lower front and upper rear, and allows reporting a more appropriate output mode to the app instead of 7.1. | ||||
* | Add a setting for hrtf-mode to alsoft-config | Chris Robinson | 2019-07-04 | 1 | -0/+1 |
| | |||||
* | Use a spinbox for the nfc-ref-delay value | Chris Robinson | 2017-03-12 | 1 | -4/+0 |
| | |||||
* | Handle the nfc-ref-delay config option | Chris Robinson | 2017-03-12 | 1 | -0/+4 |
| | |||||
* | Allow distance compensation for non-HQ rendering as well | Chris Robinson | 2017-02-20 | 1 | -2/+0 |
| | | | | | It still requires a custom configuration to specify appropriate speaker distances. | ||||
* | Remove the separate surround51rear decoder option | Chris Robinson | 2017-02-19 | 1 | -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 options | Chris Robinson | 2016-03-28 | 1 | -0/+10 |
| | |||||
* | Add a simple About page that shows the library build version | Chris Robinson | 2016-03-06 | 1 | -0/+2 |
| | |||||
* | Add a backend tab page for JACK options | Chris Robinson | 2016-03-02 | 1 | -0/+4 |
| | |||||
* | Add a Wave Writer backend config page | Chris Robinson | 2016-03-02 | 1 | -0/+2 |
| | |||||
* | Add OSS and Solaris config pages | Chris Robinson | 2016-03-02 | 1 | -0/+5 |
| | |||||
* | Collect HRTF names from the paths list for alsoft-config | Chris Robinson | 2016-02-23 | 1 | -1/+1 |
| | |||||
* | Allow selecting a preferred HRTF in alsoft-config | Chris Robinson | 2016-02-23 | 1 | -0/+2 |
| | | | | This currently only checks the default paths when they're being used. | ||||
* | Add a warning if closing alsoft-config with unsaved changes | Chris Robinson | 2016-02-22 | 1 | -0/+8 |
| | |||||
* | Restructure alsoft-config UI | Chris Robinson | 2016-02-22 | 1 | -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-config | Chris Robinson | 2015-10-28 | 1 | -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 selected | Chris Robinson | 2013-06-28 | 1 | -0/+2 |
| | |||||
* | Add a configuration UI application | Chris Robinson | 2013-06-23 | 1 | -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. |