aboutsummaryrefslogtreecommitdiffstats
path: root/alc/mixer/defs.h
Commit message (Expand)AuthorAgeFilesLines
* Move the mixer functions to coreChris Robinson2020-12-121-100/+0
* Remove an unnecessary include and forward declarationChris Robinson2020-12-121-1/+0
* Move some HRTF definitions to a separate headerChris Robinson2020-12-121-0/+3
* Avoid passing DirectHrtfState to MixDirectHrtfChris Robinson2020-12-121-3/+3
* Move the resampler declarations to a more appropriate headerChris Robinson2020-12-041-0/+37
* Change a couple macros into constexpr variablesChris Robinson2020-11-281-1/+1
* Move some declarations to more appropriate headersChris Robinson2020-11-271-3/+17
* Avoid AL types in the mixerChris Robinson2020-11-201-9/+8
* Replace the mixer fraction macros with constexpr variablesChris Robinson2020-10-211-2/+3
* Get rid of the specialized MixRow_ methodsChris Robinson2020-04-161-3/+0
* Use structs for the mixer and resampler tagsChris Robinson2020-04-031-24/+6
* Avoid using ALfloat in the mixer functionsChris Robinson2020-04-031-1/+1
* Simplify post-mix HRTF gain storageChris Robinson2020-01-051-2/+2
* Avoid holding HRTF accumulation samples per-sourceChris Robinson2019-11-031-6/+4
* Clean up some ALfloat -> floatChris Robinson2019-10-021-2/+2
* Move ALvoice from alu.h to a separate headerChris Robinson2019-10-021-4/+12
* Implement a "fast" bsinc pathChris Robinson2019-09-261-1/+2
* Pass IrSize to the HRTF mixers as unsignedChris Robinson2019-09-131-2/+2
* Make the resampler increment unsignedChris Robinson2019-09-131-4/+5
* Store the voice fraction offset as unsignedChris Robinson2019-08-311-1/+1
* Use size_t for the mixers' fade counter and outposChris Robinson2019-08-201-4/+5
* Use size_t for HrtfMixer functions' buffer sizeChris Robinson2019-08-201-3/+3
* Pass a span to the Resample functionChris Robinson2019-08-201-1/+1
* Pass a span for the Mix function's inputChris Robinson2019-08-201-3/+2
* Rename the Mix function input for clarityChris Robinson2019-08-201-1/+3
* Pass the MixRow buffer size as a spanChris Robinson2019-08-201-1/+2
* Allow using a variable channel stride for MixRowSamplesChris Robinson2019-08-191-1/+1
* Don't require MixRow's output to be a FloatBufferLineChris Robinson2019-08-181-1/+1
* Use enums for the resampler and mixer template tagsChris Robinson2019-07-311-29/+27
* Rename Alc to alcChris Robinson2019-07-281-0/+59