iPhone 应用程序中的混响效果
谁能指点一下我们如何在 iPhone 应用程序中的录音中添加混响效果?
应用商店上的免费 Vocal live 是一个很好的例子,说明了我希望如何包含混响效果。
iOS 文档中的核心音频概述将混响作为音频单元。
除此之外的任何帮助都会有所帮助。
Can anyone please give pointers how we can add re verb effect to a recording in an iPhone app?
Vocal live free on app store is a pretty good example of how I would want to include reverb effect.
Core Audio Overview in iOS documentation references reverb as an audio unit.
Any help beyond this will be helpful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Yoy 可以使用 ObjectAL 库。请参阅下面的链接
https://github.com/kstenerud/ObjectAL-for-iPhone。
Yoy can use ObjectAL library. See link below
https://github.com/kstenerud/ObjectAL-for-iPhone.
如果您有权访问原始音频数据,则可以简单地将其与相应的混响有限脉冲响应 (FIR) 滤波器内核进行卷积。
If you have access to the raw audio data, you can simply convolute it with corresponding reverberation finite impulse response (FIR) filter kernel.