aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/PcmResample.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pcm/PcmResampler: convert to abstract interfaceMax Kellermann2013-11-301-133/+0
| | | | | | The PcmResampler interface is implemented by the two classes FallbackPcmResampler and LibsampleratePcmResampler. This prepares for adding more resampler libraries.
* PcmResample: un-inline Resample24()Max Kellermann2013-11-221-7/+1
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-6/+7
| | | | Replaces GLib's GError.
* add missing includesMax Kellermann2013-08-071-0/+1
|
* include cleanupMax Kellermann2013-07-301-1/+0
|
* pcm_buffer: convert to C++Max Kellermann2013-07-301-3/+3
|
* pcm_resample: convert to C++Max Kellermann2013-07-301-0/+138