音频重采样库
在嵌入式 (Windows CE) C++ 项目中,我必须将任意采样率重新采样,降低(或提高)到 44100 Hz。
是否有用于音频重采样的免费且可移植的 C/C++ 库?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此页面列出了一系列选项。
格式化后的练习,以供记录。请查看上面的链接以获取重要的详细信息和许可证信息:
libresample
和sndfile-resample
(来自libsamplerate
)(在 Planet CCRMA 发行版中) 。libsoxr
,SoX 重采样器库ssrc
(来自 Shibatch)ssrc
和sox
libsamplerate
libresample
基于`resample-1.7Plibresample4j
是libresample。
resample
的 C++ 类。This page lists a bunch of options.
Formatted exert, for the records. Please check out the above link for important details and licence information:
libresample
andsndfile-resample
(fromlibsamplerate
) (in the Planet CCRMA Distribution).libsoxr
, the SoX resampler libraryssrc
(from Shibatch)ssrc
andsox
libsamplerate
libresample
based on `resample-1.7Plibresample4j
is a Java port oflibresample
.resample
.