Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pcm_resample: implemented 24 bit resampling | Max Kellermann | 2008-10-23 | 1 | -0/+8 |
| | | | | | | | Similar to pcm_resample_16(), implement pcm_resample_24(). The 24 bit implementation is very similar, but it uses src_int_to_float_array() instead of src_short_to_float_array() before sending data to libsamplerate. | ||||
* | pcm_utils: moved code to pcm_resample.c | Max Kellermann | 2008-10-23 | 1 | -0/+63 |
Separate the resampling code from the rest of pcm_utils.c. Create two sub-libraries: pcm_resample_libsamplerate.c and pcm_resample_fallback.c. |