Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Replace the hrtf_tables option with hrtf-paths | Chris Robinson | 2016-02-23 | 2 | -29/+22 | |
| | ||||||
* | 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 | 2 | -37/+68 | |
| | | | | This currently only checks the default paths when they're being used. | |||||
* | Don't bother with a maximum size for the window | Chris Robinson | 2016-02-23 | 1 | -6/+0 | |
| | ||||||
* | Add a warning if closing alsoft-config with unsaved changes | Chris Robinson | 2016-02-22 | 3 | -25/+123 | |
| | ||||||
* | Restructure alsoft-config UI | Chris Robinson | 2016-02-22 | 3 | -302/+423 | |
| | | | | | | 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. | |||||
* | Reorganize makehrtf's File I/O functions | Chris Robinson | 2016-02-19 | 1 | -92/+109 | |
| | ||||||
* | Reorganize and reformat makehrtf code | Chris Robinson | 2016-02-18 | 1 | -1795/+2075 | |
| | ||||||
* | Cleanup makehrtf type definitions | Chris Robinson | 2016-02-18 | 1 | -85/+70 | |
| | ||||||
* | Fix default makehrtf output name | Chris Robinson | 2016-02-18 | 1 | -139/+169 | |
| | | | | And clean up the parameter processing. | |||||
* | Update alsoft-config tooltip for HRTF tables | Chris Robinson | 2015-12-10 | 1 | -0/+1 | |
| | ||||||
* | Add a tool to generate the bsinc tables | Chris Robinson | 2015-11-10 | 1 | -0/+374 | |
| | ||||||
* | 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 | |
| | ||||||
* | Print enumerated HRTFs in openal-info | Chris Robinson | 2015-10-28 | 1 | -0/+30 | |
| | ||||||
* | Right-align the HRTF Mode label | Chris Robinson | 2015-10-28 | 1 | -0/+3 | |
| | ||||||
* | Remove the Reverb Bost option from alsoft-config | Chris Robinson | 2015-10-28 | 3 | -111/+2 | |
| | | | | | 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. | |||||
* | Rename a couple HRTF Mode combo box entries | Chris Robinson | 2015-10-13 | 1 | -2/+2 | |
| | ||||||
* | Fix HRTF group box size | Chris Robinson | 2015-10-12 | 1 | -1/+1 | |
| | ||||||
* | Remove 96khz from the combo box | Chris Robinson | 2015-10-12 | 1 | -5/+0 | |
| | | | | | | It can still be entered in manually, as can any value between 8khz and 192khz, but having it selectable can create the mistaken idea that selecting it is better than picking 44.1khz or 48khz. | |||||
* | Reorganize the HRTF group box | Chris Robinson | 2015-10-12 | 2 | -64/+53 | |
| | | | | | 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 | 2 | -11/+90 | |
| | ||||||
* | Reformat the CPU Extensions' checkboxes | Chris Robinson | 2015-10-11 | 1 | -6/+6 | |
| | ||||||
* | 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 | 2 | -3/+22 | |
| | | | | | SSE3 can avoid the slow _MM_TRANSPOSE_PS4 call thanks to the inclusion of horizontal adds. | |||||
* | Remove the --make-tab option from makehrtf | Chris Robinson | 2015-09-29 | 1 | -93/+1 | |
| | | | | We haven't used a built-in HRTF table for a while now. | |||||
* | 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. | |||||
* | Fix typo (overriden -> overridden) | Chris Robinson | 2014-07-17 | 1 | -1/+1 | |
| | ||||||
* | Avoid an undefined allocation of 0 bytes | Chris Robinson | 2014-07-01 | 1 | -1/+2 | |
| | ||||||
* | Include strings.h if it exists for strncasecmp | Chris Robinson | 2014-05-22 | 1 | -1/+3 | |
| | ||||||
* | Early-out when outN is 0 | Chris Robinson | 2014-05-15 | 1 | -0/+3 | |
| | ||||||
* | Remove some unnecessary casts | Chris Robinson | 2014-05-15 | 1 | -12/+13 | |
| | ||||||
* | Append the number of bits, not bytes, to types | Chris Robinson | 2014-05-08 | 1 | -37/+27 | |
| | | | | Also use ALuint64SOFT from alext.h for uint64 | |||||
* | Add an option to make HRTFs with a custom head radius | Chris Robinson | 2014-01-11 | 4 | -21/+39 | |
| | ||||||
* | Fixed compile error in Visual Studio 2013 by not redefining symbols that are ↵ | Rupert Steel | 2014-01-09 | 1 | -2/+2 | |
| | | | | now defined in the VS2013 math.h file. | |||||
* | Add an option to use the HRTF time delay measured from the dataset | Chris Robinson | 2013-12-18 | 1 | -13/+82 | |
| | ||||||
* | Some .ui changes that Qt Designer insists on | Chris Robinson | 2013-07-10 | 1 | -5/+15 | |
| |