Resampling AudioSampleBuffer

Is there an easy way to resample an AudioSampleBuffer or do I have to do it by hand?

Thanks,
Caleb

oh come on, surely the “ResamplingAudioSource” isn’t so hard to find!

doh! i knew i must have missed something…

now there wouldn’t happen to be an AudioSampleBufferSource to feed in to the ResamplingAudioSource would there?

good question… no there’s not. It’s all designed for continuous streaming rather than working on finite chunks of memory. Easy enough to write one though.