Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More clang-tidy fixes | Chris Robinson | 2023-12-09 | 1 | -2/+4 |
| | |||||
* | Use an interpolated FIR filter for cubic resampling | Chris Robinson | 2023-02-06 | 1 | -0/+13 |
Similar to how the bsinc filters work, but optimized for 4-point filtering. At least the SSE version is notably faster than calculating the coefficients in real time. |