aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
Commit message (Expand)AuthorAgeFilesLines
* Close some gaps in enum valuesChris Robinson2017-04-161-2/+2
* Remove some unnecessary parenthesisChris Robinson2017-04-161-1/+1
* Store the ambisonic order separate from the channel enumChris Robinson2017-04-121-8/+5
* Convert the CoreAudio backend to the updated backend APIChris Robinson2017-04-091-3/+0
* Reference count HRTFs and unload them when unusedChris Robinson2017-04-061-1/+1
* Load HRTF files as neededChris Robinson2017-04-051-1/+1
* Store the loaded hrtf entry container in the enumerated hrtf entryChris Robinson2017-04-051-5/+6
* Use an array of pointers for effects instead of a linked listChris Robinson2017-03-271-1/+1
* Don't defer source state or offset changesChris Robinson2017-03-191-7/+1
* Store the HRIR coeff pointer and delays directly in MixHrtfParamsChris Robinson2017-03-121-3/+4
* Rework HRTF coefficient fadingChris Robinson2017-03-111-0/+1
* Allocate as many channels for DirectHrtfState as neededChris Robinson2017-03-111-2/+4
* Dynamically allocate the device's HRTF stateChris Robinson2017-03-101-13/+14
* Implement NFC filters for Ambisonic renderingChris Robinson2017-03-101-0/+7
* Dynamically allocate the channel delay buffersChris Robinson2017-02-281-2/+2
* Remove unused function declarationsChris Robinson2017-02-281-3/+0
* Start a ALC_SOFT_loopback2 extensionChris Robinson2017-02-281-5/+28
* Use separate enums for the ambisonic channel order and normalizationChris Robinson2017-02-271-6/+14
* Dynamically allocate the ALsource Send[] arrayChris Robinson2017-02-211-1/+1
* Make the voices' Send[] array dynamically sizedChris Robinson2017-02-211-1/+1
* Apply distance compensation when writing to the outputChris Robinson2017-02-191-0/+12
* Make ALsourceProps' Send array dynamically sizedChris Robinson2017-02-141-0/+9
* Remove a couple context lock wrapper functionsChris Robinson2017-02-071-6/+0
* Remove __android_log_print calls for TRACEREFChris Robinson2017-01-271-1/+0
* Also log to __android_log_print on AndroidChris Robinson2017-01-261-0/+11
* Move the B-Format HRTF virtual speaker stuff to InitHrtfPanningChris Robinson2017-01-181-12/+20
* Use ALsizei in more placesChris Robinson2017-01-181-8/+8
* Use ALsizei for sizes and offsets with the mixerChris Robinson2017-01-161-5/+5
* Use second-order ambisonics for basic HRTF renderingChris Robinson2017-01-151-2/+2
* Convert the SndIO backend to the updated APIChris Robinson2016-12-211-3/+0
* Make some pointer-to-array parameters constChris Robinson2016-10-041-0/+42
* Finalize AL_SOFT_gain_clamp_exChris Robinson2016-10-031-5/+0
* Add a volume-adjust config option to adjust the source output volumeChris Robinson2016-09-241-0/+2
* Remove some more unnecessary volatilesChris Robinson2016-09-241-5/+5
* Use unsigned int shifts for device flagsChris Robinson2016-09-071-5/+5
* Remove use of DECL_CONSTChris Robinson2016-09-061-6/+4
* Add a query for the maximum source gain limitChris Robinson2016-08-281-0/+5
* Allow sources to play while alcSuspendContext is in effectChris Robinson2016-08-261-1/+7
* Add a ref count to ALeffectStateChris Robinson2016-08-251-0/+6
* Combine related members into a structChris Robinson2016-08-241-10/+12
* Use a more specialized mixer function for B-Format to HRTFChris Robinson2016-08-121-2/+2
* Decode directly from B-Format to HRTF instead of a cubeChris Robinson2016-08-111-2/+3
* Remove DevFmtBFormat3D, which is covered by DevFmtAmbi1Chris Robinson2016-07-311-1/+1
* Add an option to specify the ambisonic output configurationChris Robinson2016-07-311-0/+12
* Add a stand-alone upsampler for higher-order ambisonic oputputChris Robinson2016-07-301-1/+4
* Add a config to output first-, second-, or third-order ambisonicsChris Robinson2016-07-291-0/+3
* Make a MAX_AMBI2D_COEFFS macro instead of a magic numberChris Robinson2016-07-171-1/+8
* Avoid using memcpy to copy a single structChris Robinson2016-07-061-14/+12
* Remove a slightly outdated commentChris Robinson2016-07-061-1/+0
* Remove the VirtOut buffer aliasChris Robinson2016-07-051-6/+3