• Max Kellermann's avatar
    pcm_resample: implemented 24 bit resampling · af7cb932
    Max Kellermann authored
    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.
    af7cb932
pcm_resample_fallback.c 2.61 KB