lornova
lornova

Reputation: 6933

Library for audio resampling

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?

Upvotes: 12

Views: 19595

Answers (1)

mikerobi
mikerobi

Reputation: 20878

This page lists a bunch of options.

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

Upvotes: 14

Related Questions