aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/ConfiguredResampler.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pcm/SoxrResampler: new resampler option using libsoxrMax Kellermann2013-12-011-0/+20
|
* pcm/ConfiguredResampler: convert boolean flag to enumMax Kellermann2013-12-011-13/+31
| | | | Prepare for adding more resamplers.
* pcm/PcmResampler: convert to abstract interfaceMax Kellermann2013-11-301-0/+63
The PcmResampler interface is implemented by the two classes FallbackPcmResampler and LibsampleratePcmResampler. This prepares for adding more resampler libraries.