aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixer_defs.h
Commit message (Collapse)AuthorAgeFilesLines
* Constify the direct and send parameters given to the mixerChris Robinson2012-10-151-7/+7
|
* Remove the unused Device parameterChris Robinson2012-10-141-5/+5
|
* Remove the now-unused Source parameter from the DryMix methodsChris Robinson2012-10-141-6/+5
|
* Add a special resampler for matching sample ratesChris Robinson2012-10-051-0/+1
|
* Remove an unneeded parameter from the resamplerChris Robinson2012-09-271-3/+3
|
* Remove an unnecessary includeChris Robinson2012-09-241-1/+0
|
* Remove SSE resamplers. They aren't gaining us much this way.Chris Robinson2012-09-241-4/+0
|
* Avoid building redundant mixersChris Robinson2012-09-161-2/+0
|
* Implement an SSE cubic resamplerChris Robinson2012-09-141-0/+1
|
* Implement an SSE linear resamplerChris Robinson2012-09-141-0/+3
|
* Use a source param for the resampler and move them to the mixer sourceChris Robinson2012-09-141-0/+6
|
* Do the filtering separately from the mixingChris Robinson2012-09-111-3/+3
|
* Move the target effect slot to the SendParams structChris Robinson2012-09-081-3/+3
|
* Separate the resampling and mixing stepsChris Robinson2012-09-081-41/+9
|
* Move mixers into separate source filesChris Robinson2012-08-151-0/+60