Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Sort HRTFs in alsoft-config like in the lib | Chris Robinson | 2016-02-24 | 1 | -2/+2 | |
| | ||||||
* | Exclude the file extension from the HRTF name | Chris Robinson | 2016-02-24 | 1 | -4/+4 | |
| | ||||||
* | Collect HRTF names from the paths list for alsoft-config | Chris Robinson | 2016-02-23 | 1 | -5/+36 | |
| | ||||||
* | Replace the hrtf_tables option with hrtf-paths | Chris Robinson | 2016-02-23 | 1 | -28/+21 | |
| | ||||||
* | Better handle duplicate HRTF names in alsoft-config | Chris Robinson | 2016-02-23 | 1 | -1/+17 | |
| | ||||||
* | Allow selecting a preferred HRTF in alsoft-config | Chris Robinson | 2016-02-23 | 1 | -37/+66 | |
| | | | | 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 | -25/+99 | |
| | ||||||
* | Restructure alsoft-config UI | Chris Robinson | 2016-02-22 | 1 | -39/+39 | |
| | | | | | | 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. | |||||
* | Implement a band-limited sinc resampler | Chris Robinson | 2015-11-05 | 1 | -2/+3 | |
| | | | | | | | | This is essentially a 12-point sinc resampler, unless it's resampling to a rate higher than the output, at which point it will vary between 12 and 24 points and do anti-aliasing to avoid/reduce frequencies going over nyquist. Code provided by Christopher Fitzgerald. | |||||
* | Replace the Lanczos window with Kaiser for the sinc resampler | Chris Robinson | 2015-11-04 | 1 | -3/+3 | |
| | ||||||
* | Remove the Reverb Bost option from alsoft-config | Chris Robinson | 2015-10-28 | 1 | -30/+1 | |
| | | | | | 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. | |||||
* | Reorganize the HRTF group box | Chris Robinson | 2015-10-12 | 1 | -5/+7 | |
| | | | | | The three radio buttons are moved to a combo box, which gives a bit more width for the file list contents. | |||||
* | Only show certain options that are available at build-time | Chris Robinson | 2015-10-11 | 1 | -9/+75 | |
| | ||||||
* | Replace the sinc6 resampler with sinc8, and make SSE versions | Chris Robinson | 2015-10-11 | 1 | -1/+1 | |
| | ||||||
* | Move the FIR4 from SSE2 to SSE3 | Chris Robinson | 2015-10-11 | 1 | -0/+3 | |
| | | | | | SSE3 can avoid the slow _MM_TRANSPOSE_PS4 call thanks to the inclusion of horizontal adds. | |||||
* | 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 | 1 | -1/+1 | |
| | ||||||
* | 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 | 1 | -0/+41 | |
| | ||||||
* | 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 | 1 | -14/+30 | |
| | ||||||
* | Show prettier names in the alsoft-config sample format combo boxes | Chris Robinson | 2014-09-13 | 1 | -13/+72 | |
| | ||||||
* | Modify CPU extensions and effect options to be enabled when checked | Chris Robinson | 2014-08-07 | 1 | -28/+28 | |
| | | | | | 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 | -2/+70 | |
| | ||||||
* | Update alsoft-config | Chris Robinson | 2014-08-05 | 1 | -0/+6 | |
| | | | | | 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. | |||||
* | Disable HRTF remove button when no files selected | Chris Robinson | 2013-06-28 | 1 | -0/+7 | |
| | ||||||
* | Update the period size/count sliders when loading | Chris Robinson | 2013-06-27 | 1 | -0/+6 | |
| | ||||||
* | Add a configuration UI application | Chris Robinson | 2013-06-23 | 1 | -0/+573 | |
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. |