aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/SoxrResampler.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pcm/SoxrResampler: round output buffer size upMax Kellermann2014-11-101-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.
* pcm/SoxrResampler: add missing string.h includeMax Kellermann2014-08-161-0/+1
|
* pcm/SoxrResampler: Add configurable quality levelsChase Geigle2014-01-211-1/+68
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* pcm/SoxrResampler: new resampler option using libsoxrMax Kellermann2013-12-011-0/+95