Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pcm/soxr: fix recipe parser | Max Kellermann | 2015-06-20 | 1 | -1/+1 |
| | |||||
* | pcm/SoxrResampler: move quality recipe names to table | Max Kellermann | 2015-01-25 | 1 | -25/+23 |
| | |||||
* | pcm/SoxrResampler: allow multi-threaded resampling | Max Kellermann | 2015-01-22 | 1 | -1/+1 |
| | |||||
* | pcm/SoxrResampler: add a global soxr_runtime_spec_t variable | Max Kellermann | 2015-01-22 | 1 | -1/+5 |
| | |||||
* | Config: add section "resampler" | Max Kellermann | 2015-01-22 | 1 | -12/+10 |
| | |||||
* | pcm/SoxrResampler: use a global soxr_quality_spec_t variable | Max Kellermann | 2015-01-21 | 1 | -6/+7 |
| | |||||
* | pcm/SoxrResampler: soxr_parse_converter() returns unsigned long | Max Kellermann | 2015-01-21 | 1 | -13/+18 |
| | |||||
* | pcm/SoxrResampler: add constant SOXR_DEFAULT_QUALITY | Max Kellermann | 2015-01-21 | 1 | -1/+3 |
| | |||||
* | pcm/SoxrResampler: fix indent | Max Kellermann | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | pcm/SoxrResampler: round output buffer size up | Max Kellermann | 2014-11-10 | 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. | ||||
* | pcm/SoxrResampler: add missing string.h include | Max Kellermann | 2014-08-16 | 1 | -0/+1 |
| | |||||
* | pcm/SoxrResampler: Add configurable quality levels | Chase Geigle | 2014-01-21 | 1 | -1/+68 |
| | |||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | pcm/SoxrResampler: new resampler option using libsoxr | Max Kellermann | 2013-12-01 | 1 | -0/+95 |