aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alu.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Increase the max pitch to 255Chris Robinson2015-09-261-1/+1
* Fix updating listener params when forcing updatesChris Robinson2015-09-181-0/+2
* Rename F_2PI to F_TAUChris Robinson2015-09-131-1/+1
* Move HRTF params and state closer togetherChris Robinson2015-02-091-3/+3
* Add missing alignas to CubicLUT declarationChris Robinson2015-01-131-1/+1
* Remove some unnecessary restrict usesChris Robinson2014-12-241-7/+6
* Use aluVector and aluMatrix in a couple more placesChris Robinson2014-12-161-1/+1
* Add explicit matrix and vector types to operate withChris Robinson2014-12-161-0/+38
* Use a lookup table to do cubic resamplingChris Robinson2014-12-151-9/+9
* Transpose the cubic matrix opChris Robinson2014-12-151-6/+6
* Remove IrSize from DirectParamsChris Robinson2014-11-291-1/+0
* Move the voice's last position and gain out of the Hrtf containerChris Robinson2014-11-241-2/+3
* Partially revert "Use a different method for HRTF mixing"Chris Robinson2014-11-231-1/+9
* Rename Voice's NumChannels to OutChannelsChris Robinson2014-11-221-1/+1
* Store the number of output channels in the voiceChris Robinson2014-11-221-0/+1