Library for audio resampling

2019-03-13 22:44发布

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?

2条回答
你好瞎i
2楼-- · 2019-03-13 23: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:

查看更多
三岁会撩人
3楼-- · 2019-03-13 23:21

Here's a code example using FFMpeg (avcodec) directly from C:

http://tdistler.com/2010/07/22/audio-resampling-using-ffmpeg-avcodec

查看更多
登录 后发表回答