aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/SoxrResampler.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pcm/SoxrResampler: move quality recipe names to tableMax Kellermann2015-01-251-25/+23
|
* pcm/SoxrResampler: allow multi-threaded resamplingMax Kellermann2015-01-221-1/+1
|
* pcm/SoxrResampler: add a global soxr_runtime_spec_t variableMax Kellermann2015-01-221-1/+5
|
* Config: add section "resampler"Max Kellermann2015-01-221-12/+10
|
* pcm/SoxrResampler: use a global soxr_quality_spec_t variableMax Kellermann2015-01-211-6/+7
|
* pcm/SoxrResampler: soxr_parse_converter() returns unsigned longMax Kellermann2015-01-211-13/+18
|
* pcm/SoxrResampler: add constant SOXR_DEFAULT_QUALITYMax Kellermann2015-01-211-1/+3
|
* pcm/SoxrResampler: fix indentMax Kellermann2015-01-211-1/+1
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* 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