aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/SoxrResampler.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-11-10pcm/SoxrResampler: round output buffer size upMax Kellermann1-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-16pcm/SoxrResampler: add missing string.h includeMax Kellermann1-0/+1
2014-01-21pcm/SoxrResampler: Add configurable quality levelsChase Geigle1-1/+68
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-12-01pcm/SoxrResampler: new resampler option using libsoxrMax Kellermann1-0/+95