跨平台库来标准化音频?
您知道我可以使用任何跨平台音频库来标准化采样音频吗?
Do you know any cross-platform audio library I can use to normalize sampled audio?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
您知道我可以使用任何跨平台音频库来标准化采样音频吗?
Do you know any cross-platform audio library I can use to normalize sampled audio?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
标准化是一个简单的过程。这是浮点型的简单实现:
可以轻松转换其他信号格式。
normalization is an easy process. this is a simple implementation for
float
s:other signal formats can be easily converted.
Google 是您的朋友:
http://normalize.nongnu.org/
https://neon1.net/prog/normalizer.html
如果您不能在项目中使用 GPL 代码,那么只需阅读说明第二个网站上的算法并实现您的 自己的。这很简单。
Google is your friend:
http://normalize.nongnu.org/
https://neon1.net/prog/normalizer.html
If you can't use GPL code in your project, then just read the description of the algorithm on the second website and implement your own. It's pretty simple.