aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixer.c
Commit message (Expand)AuthorAgeFilesLines
* Use the real output's left and right channels with HRTFChris Robinson2016-03-111-1/+7
* Only calculate steps for the used coefficientsChris Robinson2016-02-141-1/+1
* Calculate HRTF stepping params right before mixingChris Robinson2016-02-141-4/+36
* Calculate channel gain stepping just before mixingChris Robinson2016-02-141-8/+91
* Mix to multichannel for effectsChris Robinson2016-01-281-1/+1
* Move the bsincTable to a separate fileChris Robinson2015-11-101-988/+0
* Update the bsinc tableChris Robinson2015-11-101-966/+967
* Cast a double->float return to silence MSVCChris Robinson2015-11-061-1/+1
* Implement a band-limited sinc resamplerChris Robinson2015-11-051-1/+997
* Change the Kaiser rippling limit to -60dBChris Robinson2015-11-041-2/+2
* Replace the Lanczos window with Kaiser for the sinc resamplerChris Robinson2015-11-041-17/+87
* Update filter histories even when they're not usedChris Robinson2015-10-241-0/+4
* Set XYZ channel gains for source sends to 0Chris Robinson2015-10-231-18/+0
* Use one send gain per buffer channelChris Robinson2015-10-231-1/+1
* Use a constant value for the post-position paddingChris Robinson2015-10-151-33/+20
* Store the source's previous samples with the voiceChris Robinson2015-10-151-92/+32
* Replace the sinc6 resampler with sinc8, and make SSE versionsChris Robinson2015-10-111-13/+23
* Move the FIR4 from SSE2 to SSE3Chris Robinson2015-10-111-3/+3
* Use doubles to calculate the Lanczos coefficientsChris Robinson2015-10-091-20/+20
* Combine two arraysChris Robinson2015-10-011-13/+11
* Move the resampler stuff to mixer.c where it's usedChris Robinson2015-10-011-0/+53
* Implement a 6-point sinc-lanczos filterChris Robinson2015-09-291-12/+26
* Replace the cubic resampler with a 4-point sinc/lanczos filterChris Robinson2015-09-271-10/+19
* Don't keep selecting the mixer to useChris Robinson2015-09-271-30/+32
* Increase the max pitch to 255Chris Robinson2015-09-261-0/+3
* Move HRTF params and state closer togetherChris Robinson2015-02-091-2/+2
* Do up to 256 samples at a time with multi-step loopsChris Robinson2014-12-181-2/+2
* Inline a couple functionsChris Robinson2014-12-181-2/+2
* Offset to the buffer's channel start firstChris Robinson2014-12-181-3/+6
* Assert that there's a buffer for mixingChris Robinson2014-12-171-0/+1
* Add SSE2 and SSE4.1 cubic resamplersChris Robinson2014-12-151-0/+8
* Use a lookup table to do cubic resamplingChris Robinson2014-12-151-0/+17
* Remove IrSize from DirectParamsChris Robinson2014-11-291-1/+4
* Partially revert "Use a different method for HRTF mixing"Chris Robinson2014-11-231-2/+23
* Rename Voice's NumChannels to OutChannelsChris Robinson2014-11-221-1/+1
* Store the number of output channels in the voiceChris Robinson2014-11-221-1/+1
* Remove an unnecessary union containerChris Robinson2014-11-221-1/+1
* Use a different method for HRTF mixingChris Robinson2014-11-221-23/+2
* Rename speakers to channels, and remove an old incorrect commentChris Robinson2014-11-071-1/+1
* Use a separate macro for the max output channel countChris Robinson2014-11-071-1/+1
* Use the copy resampler only when there's no sub-sample offsetChris Robinson2014-11-021-7/+6
* Add preliminary AL_EXT_BFORMAT supportChris Robinson2014-10-311-0/+17
* Rename activesource to voiceChris Robinson2014-08-211-9/+9
* Use a NULL source for inactive activesourcesChris Robinson2014-08-211-2/+1
* Update COPYING to the latest https://www.gnu.org/licenses/old-licenses/lgpl-2...François Cami2014-08-181-2/+2
* Make the source's buffer queue head and current queue item atomicChris Robinson2014-07-311-13/+14
* Load soundfont samples into an ALbufferChris Robinson2014-06-291-15/+15
* Get the mixer and resampler functions when neededChris Robinson2014-06-131-12/+73
* Combine the direct and send mixersChris Robinson2014-06-131-5/+5
* Combine some dry and wet path typesChris Robinson2014-06-131-1/+1