Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-11-10 | pcm/SoxrResampler: round output buffer size up | Max Kellermann | 1 | -1/+2 | |
The old formula calculates the output buffer size with "regular" rounding (to the nearest integer), however sometimes, that is insufficient and the last sample cannot be resampled. This causes audible distortions. By changing the formula to consider the worst case (always round up), this problem is eliminated. | |||||
2014-08-16 | pcm/SoxrResampler: add missing string.h include | Max Kellermann | 1 | -0/+1 | |
2014-01-21 | pcm/SoxrResampler: Add configurable quality levels | Chase Geigle | 1 | -1/+68 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-12-01 | pcm/SoxrResampler: new resampler option using libsoxr | Max Kellermann | 1 | -0/+95 | |