aboutsummaryrefslogtreecommitdiffstats
path: root/core/mixer
Commit message (Expand)AuthorAgeFilesLines
* Decode UHJ buffers to B-Format for mixingChris Robinson2021-03-311-6/+1
* Adjust the bsinc filter table packingChris Robinson2021-02-233-9/+9
* Use shifts instead of shuffles with SSE where possibleChris Robinson2021-02-181-4/+4
* Add some optimization hintsChris Robinson2021-02-163-18/+24
* Use spans instead of references to arraysChris Robinson2021-02-066-14/+17
* Return non-const from the resampler functionChris Robinson2021-01-026-37/+36
* Use more constexpr variables instead of macrosChris Robinson2020-12-255-30/+31
* Increase direct HRTF delay to 256Chris Robinson2020-12-251-1/+1
* Avoid compiling different sources for different targetsChris Robinson2020-12-134-0/+17
* Be more consistent with size_tChris Robinson2020-12-124-10/+10
* Move the mixer functions to coreChris Robinson2020-12-129-0/+1253