aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/PcmResampleFallback.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pcm/PcmResampler: convert to abstract interfaceMax Kellermann2013-11-301-106/+0
| | | | | | The PcmResampler interface is implemented by the two classes FallbackPcmResampler and LibsampleratePcmResampler. This prepares for adding more resampler libraries.
* PcmResampleFallback: use PcmBuffer instead of PcmResamplerMax Kellermann2013-11-131-4/+4
| | | | Lighter API.
* pcm_buffer: convert to C++Max Kellermann2013-07-301-16/+2
|
* pcm_resample: convert to C++Max Kellermann2013-07-301-0/+120