aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alu.h
Commit message (Expand)AuthorAgeFilesLines
* Put BsincState in a generic unionChris Robinson2017-02-131-1/+5
* Replace some ALvoid with voidChris Robinson2017-01-181-3/+3
* Use ALsizei in more placesChris Robinson2017-01-181-7/+7
* Pass the left and right buffers to the hrtf mixers directlyChris Robinson2017-01-171-5/+5
* Use ALsizei and ALint for sizes and offsets with resamplers and filtersChris Robinson2017-01-161-1/+2
* Use ALsizei for sizes and offsets with the mixerChris Robinson2017-01-161-13/+13
* Add some more 'restrict' keywordsChris Robinson2016-10-061-1/+1
* Remove an unused structChris Robinson2016-10-051-6/+0
* Pass current and target gains directly for mixingChris Robinson2016-10-051-2/+3
* Make some pointer-to-array parameters constChris Robinson2016-10-041-2/+3
* Mark a global variable declaration as externChris Robinson2016-09-111-1/+1
* Make the SelectMixer function sharableChris Robinson2016-09-061-0/+2
* Use a predefined identity matrixChris Robinson2016-09-051-0/+1
* Rename MatrixMixerFunc to RowMixerFuncChris Robinson2016-09-021-3/+3
* Clamp the maximum mixing gain boost to 16Chris Robinson2016-08-271-0/+2
* Use a more specialized mixer function for B-Format to HRTFChris Robinson2016-08-121-0/+4
* Move the input channel array out of the DirectParams and SendParamsChris Robinson2016-07-131-13/+9
* Store the voice output buffers separate from the paramsChris Robinson2016-07-111-6/+0
* Use SSE for applying the HQ B-Format decoder matricesChris Robinson2016-05-311-0/+3
* Use floats for the listener transformsChris Robinson2016-05-161-25/+0
* Don't store the source's update method with the voiceChris Robinson2016-05-161-3/+0
* Avoid separate updates to sources that should apply togetherChris Robinson2016-05-151-2/+0
* Provide asynchronous property updates for sourcesChris Robinson2016-05-141-2/+3
* Find a valid source buffer before updating the voiceChris Robinson2016-05-091-2/+3
* Improve radius behavior with scaling of ambisonic coefficientsChris Robinson2016-04-241-5/+6
* More directly map coefficients for ambisonic mixing buffersChris Robinson2016-04-151-3/+22
* Update some commentsChris Robinson2016-04-151-4/+5
* Avoid mixing all coefficients together when only some are usedChris Robinson2016-04-151-1/+1
* Avoid unnecessary loops for setting up effect slot b-format buffer mixingChris Robinson2016-04-141-0/+2
* Move the InitRenderer method to panning.cChris Robinson2016-04-141-3/+13
* Split aluInitPanning into separate functions for HRTF or UHJChris Robinson2016-04-141-0/+2
* Add config options to enable the hq ambisonic decoderChris Robinson2016-03-161-2/+1
* Add a dual-band ambisonic decoderChris Robinson2016-03-151-1/+2
* Use the real output's left and right channels with HRTFChris Robinson2016-03-111-2/+2
* Calculate HRTF stepping params right before mixingChris Robinson2016-02-141-7/+11
* Calculate channel gain stepping just before mixingChris Robinson2016-02-141-9/+11
* Rename ComputeBFormatGains to ComputeFirstOrderGainsChris Robinson2016-01-311-5/+5
* Mix to multichannel for effectsChris Robinson2016-01-281-4/+6
* Separate calculating ambisonic coefficients from the panning gainsChris Robinson2016-01-251-14/+34
* Use doubles for the constructed listener matrixChris Robinson2015-11-111-12/+37
* Implement a band-limited sinc resamplerChris Robinson2015-11-051-4/+30
* Pass in the Q parameter for setting the filter parametersChris Robinson2015-11-011-12/+1
* Fix a commentChris Robinson2015-11-011-1/+1
* Use one send gain per buffer channelChris Robinson2015-10-231-1/+1
* Use a constant value for the post-position paddingChris Robinson2015-10-151-2/+5
* Store the source's previous samples with the voiceChris Robinson2015-10-151-0/+3
* Replace the sinc6 resampler with sinc8, and make SSE versionsChris Robinson2015-10-111-4/+5
* Implement a 6-point sinc-lanczos filterChris Robinson2015-09-291-2/+11
* Replace the cubic resampler with a 4-point sinc/lanczos filterChris Robinson2015-09-271-3/+3
* Don't keep selecting the mixer to useChris Robinson2015-09-271-1/+1