Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a variant instead of a union for InterpState | Chris Robinson | 2023-12-21 | 1 | -10/+8 |
* | Clean up some more clang-tidy warnings | Chris Robinson | 2023-12-08 | 1 | -1/+2 |
* | Make the resampler enum a byte | Chris Robinson | 2023-03-07 | 1 | -1/+1 |
* | Always write samples to the destination when resampling | Chris Robinson | 2023-02-11 | 1 | -4/+4 |
* | Use an interpolated FIR filter for cubic resampling | Chris Robinson | 2023-02-06 | 1 | -0/+9 |
* | Make a variable for a reused value | Chris Robinson | 2023-01-17 | 1 | -0/+1 |
* | Add and use mixers that process one input and output channel | Chris Robinson | 2023-01-05 | 1 | -0/+3 |
* | Increase sub-sample precision to 16 bits | Chris Robinson | 2022-10-16 | 1 | -1/+1 |
* | Decode UHJ buffers to B-Format for mixing | Chris Robinson | 2021-03-31 | 1 | -6/+1 |
* | Use spans instead of references to arrays | Chris Robinson | 2021-02-06 | 1 | -1/+1 |
* | Return non-const from the resampler function | Chris Robinson | 2021-01-02 | 1 | -6/+7 |
* | Move the mixer functions to core | Chris Robinson | 2020-12-12 | 1 | -0/+100 |