aboutsummaryrefslogtreecommitdiffstats
path: root/core/mixer/defs.h
Commit message (Expand)AuthorAgeFilesLines
* Use a variant instead of a union for InterpStateChris Robinson2023-12-211-10/+8
* Clean up some more clang-tidy warningsChris Robinson2023-12-081-1/+2
* Make the resampler enum a byteChris Robinson2023-03-071-1/+1
* Always write samples to the destination when resamplingChris Robinson2023-02-111-4/+4
* Use an interpolated FIR filter for cubic resamplingChris Robinson2023-02-061-0/+9
* Make a variable for a reused valueChris Robinson2023-01-171-0/+1
* Add and use mixers that process one input and output channelChris Robinson2023-01-051-0/+3
* Increase sub-sample precision to 16 bitsChris Robinson2022-10-161-1/+1
* Decode UHJ buffers to B-Format for mixingChris Robinson2021-03-311-6/+1
* Use spans instead of references to arraysChris Robinson2021-02-061-1/+1
* Return non-const from the resampler functionChris Robinson2021-01-021-6/+7
* Move the mixer functions to coreChris Robinson2020-12-121-0/+100