Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pcm/SoxrResampler: new resampler option using libsoxr | Max Kellermann | 2013-12-01 | 1 | -0/+20 |
| | |||||
* | pcm/ConfiguredResampler: convert boolean flag to enum | Max Kellermann | 2013-12-01 | 1 | -13/+31 |
| | | | | Prepare for adding more resamplers. | ||||
* | pcm/PcmResampler: convert to abstract interface | Max Kellermann | 2013-11-30 | 1 | -0/+63 |
The PcmResampler interface is implemented by the two classes FallbackPcmResampler and LibsampleratePcmResampler. This prepares for adding more resampler libraries. |