Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Don't have ../../ as part of the target name | Chris Robinson | 2013-07-02 | 1 | -3/+4 |
| | |||||
* | Disable HRTF remove button when no files selected | Chris Robinson | 2013-06-28 | 2 | -0/+9 |
| | |||||
* | Update the period size/count sliders when loading | Chris Robinson | 2013-06-27 | 1 | -0/+6 |
| | |||||
* | Remove the unused menu bar and status bar from alsoft-config | Chris Robinson | 2013-06-27 | 2 | -11/+2 |
| | |||||
* | Check for Qt4 earlier | Chris Robinson | 2013-06-24 | 1 | -1/+0 |
| | |||||
* | Properly check that Qt4 4.8+ was found | Chris Robinson | 2013-06-24 | 1 | -1/+1 |
| | |||||
* | Specify the required Qt4 version to find_package | Chris Robinson | 2013-06-24 | 1 | -5/+3 |
| | |||||
* | Make sure QtCore and QtGui were found and link with the appropriate libs | Chris Robinson | 2013-06-24 | 1 | -2/+2 |
| | |||||
* | Require Qt 4.8 or newer for alsoft-config | Chris Robinson | 2013-06-24 | 1 | -1/+2 |
| | |||||
* | Move alsoft-config to a separate project file | Chris Robinson | 2013-06-24 | 1 | -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 application | Chris Robinson | 2013-06-23 | 4 | -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. | ||||
* | Fix a comment describing the sinc function | Chris Robinson | 2012-11-18 | 1 | -1/+1 |
| | |||||
* | Fix off-by-one error in the makehrtf dither and add a resample option | Chris Robinson | 2012-11-18 | 1 | -128/+389 |
| | | | | Also fixes some size_t type warnings | ||||
* | Fix some types | Chris Robinson | 2012-10-25 | 1 | -5/+6 |
| | |||||
* | Properly scale the HRTF delays when writing them | Chris Robinson | 2012-09-12 | 1 | -3/+2 |
| | |||||
* | Use the correct size for defaultCoeffs | Chris Robinson | 2012-09-11 | 1 | -1/+1 |
| | |||||
* | Use HUGE_VAL instead of dividing by 0 for infinity, where possible | Chris Robinson | 2012-09-11 | 1 | -4/+8 |
| | |||||
* | Silence a couple MSVC warnings | Chris Robinson | 2012-09-11 | 1 | -2/+2 |
| | |||||
* | Add example HRTF definition files for makehrtf | Chris Robinson | 2012-09-11 | 3 | -0/+3250 |
| | |||||
* | Update HRTF code | Chris Robinson | 2012-09-11 | 1 | -527/+2178 |
| | | | | | | | | | | | This update allows for much more flexibility in the HRTF data. It also allows for HRTF table file names to include "%r" to represent the device's playback rate (e.g. if you set hrtf-%r.mhr, then it will try to use hrtf-44100.mhr or hrtf-48000.mhr depending if the device's output rate is 44100 or 48000, respectively). The makehrtf utility has also been updated to support more options and input file formats, as well as the new mhr format. | ||||
* | Print the device name in printALCInfo | Chris Robinson | 2012-04-16 | 1 | -5/+10 |
| | |||||
* | Add a missing round() for MSVC | Chris Robinson | 2012-03-27 | 1 | -0/+9 |
| | |||||
* | Make sure M_PI is defined for makehrtf | Chris Robinson | 2012-03-27 | 1 | -0/+4 |
| | |||||
* | Avoid DOS-style line-endings and stdint types for the makehrtf utility | Chris Robinson | 2012-03-25 | 1 | -739/+740 |
| | |||||
* | Add a utility to generate OpenAL Soft's HRTF data from the MIT KEMAR data | Chris Robinson | 2012-03-22 | 1 | -0/+739 |
| | |||||
* | Print out a more descriptive name for the opened device in openal-info | Chris Robinson | 2012-03-01 | 1 | -1/+4 |
| | |||||
* | Use alGetEnumValue to check for supported filters and effects | Chris Robinson | 2011-09-10 | 1 | -112/+48 |
| | |||||
* | Print the ALC_DEFAULT_ALL_DEVICES_SPECIFIER when available | Chris Robinson | 2011-08-20 | 1 | -2/+6 |
| | |||||
* | Avoid including config.h in the utilities | Chris Robinson | 2011-05-17 | 1 | -2/+0 |
| | |||||
* | Recognize ALC_EXT_DEDICATED with openal-info | Chris Robinson | 2011-03-12 | 1 | -1/+32 |
| | |||||
* | Rename examples to utilities | Chris Robinson | 2010-07-17 | 1 | -0/+332 |
There is only the one, and it more accurately reflects what it is |