aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move InitiatePositionArrays to mixer_defs.hChris Robinson2014-06-061-0/+3
* Avoid a loop when updating the source position variablesChris Robinson2014-06-021-6/+4
* Move the active source's offset out of the direct paramsChris Robinson2014-05-241-2/+2
* Use the current buffer item for static sources tooChris Robinson2014-05-211-1/+1
* Properly process all samples with a bandpass filterChris Robinson2014-05-211-2/+2
* Use the correct input for HRTF mixingChris Robinson2014-05-211-1/+1
* Update the active source's direct and send properties after each mixChris Robinson2014-05-211-10/+9
* Return a sample pointer from resamplersChris Robinson2014-05-191-7/+10