aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Put per-channel filter properties togetherChris Robinson2014-05-191-11/+14
* Return a sample pointer from DoFiltersChris Robinson2014-05-191-14/+18
* Move an HRTF mixer parameter and shorten a couple variable namesChris Robinson2014-05-181-21/+17
* Don't pass the SendParams to the wet-path mixerChris Robinson2014-05-181-1/+3
* Don't pass the DirectParams to the dry-path mixerChris Robinson2014-05-181-2/+3
* Use different parameters for HRTF mixersChris Robinson2014-05-181-3/+12
* Pass some DirectParams as function parametersChris Robinson2014-05-181-1/+3
* Add a ALfilterState method to process multiple samples at onceChris Robinson2014-05-181-9/+11
* Apply high-pass source filters as neededChris Robinson2014-05-171-5/+20
* Add a flag to specify when the low-pass filter needs to applyChris Robinson2014-05-171-8/+17
* Ensure that LoopEnd > LoopStartChris Robinson2014-05-151-0/+1
* Store the current buffer queue item, rather than played buffer countChris Robinson2014-05-101-22/+11
* Avoid checking the previous buffer multiple timesChris Robinson2014-05-101-9/+9
* Remove an unnecessary conditionalChris Robinson2014-03-231-7/+1
* Remove the last bits of the predictive sample processingChris Robinson2014-03-231-3/+1
* Remove the click removal buffers for auxiliary effect slotsChris Robinson2014-03-231-2/+1
* Remove the now-unneeded click removal buffers for the deviceChris Robinson2014-03-231-2/+1
* Step mixing gains per-sample for non-HRTF mixingChris Robinson2014-03-231-1/+1
* Move the step counter and moving flag to DirectParamsChris Robinson2014-03-231-3/+3
* Store the HrtfState directly in the DirectParamsChris Robinson2014-03-231-4/+4
* Store some source mixing parameters in the active source structChris Robinson2014-03-191-10/+11
* Fix a commentChris Robinson2013-10-261-1/+1
* Don't store the effect slot in SendParamsChris Robinson2013-10-061-1/+1
* Rename Filter param member to LpFilterChris Robinson2013-10-061-2/+2
* Use C99's inline instead of __inlineChris Robinson2013-05-281-3/+3
* Use ALfilterState for the source direct and send filtersChris Robinson2013-05-271-5/+5
* Use restrict instead of RESTRICTChris Robinson2013-05-221-1/+1
* Use a properly-defined history for the FILTER structChris Robinson2013-05-211-6/+6
* Remove the unused Device parameterChris Robinson2012-10-141-2/+2
* Remove the now-unused Source parameter from the DryMix methodsChris Robinson2012-10-141-2/+2
* Set Hrtf.Moving after setting the source params instead of after mixingChris Robinson2012-10-091-3/+0
* Rename a couple functionsChris Robinson2012-10-051-15/+15
* Put temporary storage in the device instead of on the stackChris Robinson2012-10-051-3/+2
* Add a special resampler for matching sample ratesChris Robinson2012-10-051-1/+1
* Fix potential buffer overflow with temp sample spaceChris Robinson2012-10-051-2/+3
* Remove an unneeded parameter from the resamplerChris Robinson2012-09-271-1/+1
* Deinterlace audio when loading it into the stack.Chris Robinson2012-09-261-182/+168
* Ensure the ResampledBuffer is alignedChris Robinson2012-09-141-1/+1
* Use a source param for the resampler and move them to the mixer sourceChris Robinson2012-09-141-64/+3
* Move a couple methods to where they're usedChris Robinson2012-09-121-45/+0