Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add and use mixers that process one input and output channel | Chris Robinson | 2023-01-05 | 1 | -0/+35 |
| | |||||
* | Rename lerp to avoid conflicts with C++20's std::lerp | Chris Robinson | 2022-04-06 | 1 | -1/+1 |
| | |||||
* | Adjust the bsinc filter table packing | Chris Robinson | 2021-02-23 | 1 | -3/+3 |
| | | | | | | | | Now each scale's filter and phase delta are interleaved for each phase index, followed by the scale and scale+phase delta for each phase index. This ensures no holes in the filter coefficients for the fast bsinc resampler for a given run, while keeping the scale deltas in the same vicinity for the non-fast bsinc resampler. | ||||
* | Add some optimization hints | Chris Robinson | 2021-02-16 | 1 | -6/+8 |
| | |||||
* | Use spans instead of references to arrays | Chris Robinson | 2021-02-06 | 1 | -2/+2 |
| | |||||
* | Return non-const from the resampler function | Chris Robinson | 2021-01-02 | 1 | -13/+13 |
| | |||||
* | Use more constexpr variables instead of macros | Chris Robinson | 2020-12-25 | 1 | -1/+1 |
| | |||||
* | Be more consistent with size_t | Chris Robinson | 2020-12-12 | 1 | -2/+2 |
| | |||||
* | Move the mixer functions to core | Chris Robinson | 2020-12-12 | 1 | -0/+198 |