Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pcm_resample: use pcm_buffer (2/2) | Max Kellermann | 2009-01-08 | 1 | -0/+6 |
| | | | | Use the PCM buffer library for the libsamplerate output buffer. | ||||
* | pcm_resample: use pcm_buffer (1/2) | Max Kellermann | 2009-01-08 | 1 | -0/+2 |
| | | | | Return a temporary buffer from pcm_resample_*() and pcm_convert(). | ||||
* | pcm_utils: moved code to pcm_resample.c | Max Kellermann | 2008-10-23 | 1 | -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. |