12

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?

lornova
  • 6,667
  • 9
  • 47
  • 74

1 Answers1

14

This page lists a bunch of options.

Formatted exert, for the records. Please check out the above link for important details and licence information:

Eric Platon
  • 9,819
  • 6
  • 41
  • 48
mikerobi
  • 20,527
  • 5
  • 46
  • 42