views:

53

answers:

1

In an embedded (Windows CE) C++ project, I have to resample an arbitrary sample-rate down (or up) to 44100 Hz.

Is there a free and portable C/C++ library for audio resampling?

+3  A: 

This page lists a bunch of options.

mikerobi