aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm_resample.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pcm_resample: use pcm_buffer (2/2)Max Kellermann2009-01-081-0/+6
| | | | Use the PCM buffer library for the libsamplerate output buffer.
* pcm_resample: use pcm_buffer (1/2)Max Kellermann2009-01-081-0/+2
| | | | Return a temporary buffer from pcm_resample_*() and pcm_convert().
* pcm_utils: moved code to pcm_resample.cMax Kellermann2008-10-231-0/+26
Separate the resampling code from the rest of pcm_utils.c. Create two sub-libraries: pcm_resample_libsamplerate.c and pcm_resample_fallback.c.