aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* Allow selecting the 5.1-rear channel config from the config fileChris Robinson2014-11-081-1/+2
|
* Use shorter display names for the surround sound config optionsChris Robinson2014-11-071-3/+3
|
* Use better GUI item names for the resampler optionChris Robinson2014-09-262-35/+31
|
* Show prettier names in the alsoft-config sample format combo boxesChris Robinson2014-09-132-96/+80
|
* Modify CPU extensions and effect options to be enabled when checkedChris Robinson2014-08-072-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 textsChris Robinson2014-08-052-12/+79
|
* Update alsoft-configChris Robinson2014-08-052-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 Robinson2014-07-171-1/+1
|
* Avoid an undefined allocation of 0 bytesChris Robinson2014-07-011-1/+2
|
* Include strings.h if it exists for strncasecmpChris Robinson2014-05-221-1/+3
|
* Early-out when outN is 0Chris Robinson2014-05-151-0/+3
|
* Remove some unnecessary castsChris Robinson2014-05-151-12/+13
|
* Append the number of bits, not bytes, to typesChris Robinson2014-05-081-37/+27
| | | | Also use ALuint64SOFT from alext.h for uint64
* Add an option to make HRTFs with a custom head radiusChris Robinson2014-01-114-21/+39
|
* Fixed compile error in Visual Studio 2013 by not redefining symbols that are ↵Rupert Steel2014-01-091-2/+2
| | | | now defined in the VS2013 math.h file.
* Add an option to use the HRTF time delay measured from the datasetChris Robinson2013-12-181-13/+82
|
* Some .ui changes that Qt Designer insists onChris Robinson2013-07-101-5/+15
|
* Don't have ../../ as part of the target nameChris Robinson2013-07-021-3/+4
|
* Disable HRTF remove button when no files selectedChris Robinson2013-06-282-0/+9
|
* Update the period size/count sliders when loadingChris Robinson2013-06-271-0/+6
|
* Remove the unused menu bar and status bar from alsoft-configChris Robinson2013-06-272-11/+2
|
* Check for Qt4 earlierChris Robinson2013-06-241-1/+0
|
* Properly check that Qt4 4.8+ was foundChris Robinson2013-06-241-1/+1
|
* Specify the required Qt4 version to find_packageChris Robinson2013-06-241-5/+3
|
* Make sure QtCore and QtGui were found and link with the appropriate libsChris Robinson2013-06-241-2/+2
|
* Require Qt 4.8 or newer for alsoft-configChris Robinson2013-06-241-1/+2
|
* Move alsoft-config to a separate project fileChris Robinson2013-06-241-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 applicationChris Robinson2013-06-234-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 functionChris Robinson2012-11-181-1/+1
|
* Fix off-by-one error in the makehrtf dither and add a resample optionChris Robinson2012-11-181-128/+389
| | | | Also fixes some size_t type warnings
* Fix some typesChris Robinson2012-10-251-5/+6
|
* Properly scale the HRTF delays when writing themChris Robinson2012-09-121-3/+2
|
* Use the correct size for defaultCoeffsChris Robinson2012-09-111-1/+1
|
* Use HUGE_VAL instead of dividing by 0 for infinity, where possibleChris Robinson2012-09-111-4/+8
|
* Silence a couple MSVC warningsChris Robinson2012-09-111-2/+2
|
* Add example HRTF definition files for makehrtfChris Robinson2012-09-113-0/+3250
|
* Update HRTF codeChris Robinson2012-09-111-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 printALCInfoChris Robinson2012-04-161-5/+10
|
* Add a missing round() for MSVCChris Robinson2012-03-271-0/+9
|
* Make sure M_PI is defined for makehrtfChris Robinson2012-03-271-0/+4
|
* Avoid DOS-style line-endings and stdint types for the makehrtf utilityChris Robinson2012-03-251-739/+740
|
* Add a utility to generate OpenAL Soft's HRTF data from the MIT KEMAR dataChris Robinson2012-03-221-0/+739
|
* Print out a more descriptive name for the opened device in openal-infoChris Robinson2012-03-011-1/+4
|
* Use alGetEnumValue to check for supported filters and effectsChris Robinson2011-09-101-112/+48
|
* Print the ALC_DEFAULT_ALL_DEVICES_SPECIFIER when availableChris Robinson2011-08-201-2/+6
|
* Avoid including config.h in the utilitiesChris Robinson2011-05-171-2/+0
|
* Recognize ALC_EXT_DEDICATED with openal-infoChris Robinson2011-03-121-1/+32
|
* Rename examples to utilitiesChris Robinson2010-07-171-0/+332
There is only the one, and it more accurately reflects what it is