aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alu.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove an unnecessary union containerChris Robinson2014-11-221-3/+1
* Use a different method for HRTF mixingChris Robinson2014-11-221-27/+1
* Use a separate macro for the max output channel countChris Robinson2014-11-071-5/+5
* Use a method to set omni-directional channel gainsChris Robinson2014-11-041-14/+7
* Support B-Format source rotation with AL_ORIENTATIONChris Robinson2014-10-311-3/+4
* Add preliminary AL_EXT_BFORMAT supportChris Robinson2014-10-311-0/+8
* Make ComputeAngleGains use ComputeDirectionalGainsChris Robinson2014-10-021-5/+5
* Don't use ComputeAngleGains for SetGainsChris Robinson2014-10-021-1/+5
* Use an ambisonics-based panning methodChris Robinson2014-09-301-0/+8
* Rename activesource to voiceChris Robinson2014-08-211-4/+4
* Use a NULL source for inactive activesourcesChris Robinson2014-08-211-3/+7
* Combine the direct and send mixersChris Robinson2014-06-131-3/+3
* Combine some dry and wet path typesChris Robinson2014-06-131-15/+6
* Avoid a loop when updating the source position variablesChris Robinson2014-06-021-0/+2
* Move the active source's offset out of the direct paramsChris Robinson2014-05-241-2/+0
* Return a sample pointer from resamplersChris Robinson2014-05-191-2/+2
* Put per-channel filter properties togetherChris Robinson2014-05-191-8/+12
* Move an HRTF mixer parameter and shorten a couple variable namesChris Robinson2014-05-181-3/+3
* Don't pass the SendParams to the wet-path mixerChris Robinson2014-05-181-11/+13
* Don't pass the DirectParams to the dry-path mixerChris Robinson2014-05-181-12/+13
* Use different parameters for HRTF mixersChris Robinson2014-05-181-0/+4
* Pass some DirectParams as function parametersChris Robinson2014-05-181-2/+3
* Apply high-pass source filters as neededChris Robinson2014-05-171-0/+4
* Add a flag to specify when the low-pass filter needs to applyChris Robinson2014-05-171-13/+21
* Better pack HRTF mixing propertiesChris Robinson2014-05-031-11/+11
* Clamp the current and target gain lower bound to epsilonChris Robinson2014-05-031-1/+1
* Use C11 alignas when availableChris Robinson2014-04-191-4/+6
* Make HRTF stepping values per-channelChris Robinson2014-04-051-2/+2
* Remove the click removal buffers for auxiliary effect slotsChris Robinson2014-03-231-4/+1