aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm_resample_internal.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pcm_resample: choose the fallback resampler at runtimeMax Kellermann2009-03-141-3/+1
| | | | | | | | | Even if libsamplerate support is enabled, compile the fallback resampler. When the user specifies the option "samplerate_converter=internal", it is chosen in favor of libsamplerate. This may help users with a weak FPU who don't want to compile a custom MPD from source, because the fallback resampler does not use floating point operations.
* pcm_resample: renamed implementation functionsMax Kellermann2009-03-141-0/+79
Added diversion functions to pcm_resample.c. These check which resampler is enabled at compile time (libsamplerate or fallback). This prepares the following patch.