aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/LibsamplerateResampler.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Config: add section "resampler"Max Kellermann2015-01-221-1/+3
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* *: add missing Compiler.h includesMax Kellermann2014-08-301-0/+1
| | | | Necessary for "final" on gcc 4.6.
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* pcm/PcmResampler: convert to abstract interfaceMax Kellermann2013-11-301-0/+55
The PcmResampler interface is implemented by the two classes FallbackPcmResampler and LibsampleratePcmResampler. This prepares for adding more resampler libraries.