iPhone 应用程序中的混响效果

发布于 2024-11-18 00:50:16 字数 154 浏览 2 评论 0原文

谁能指点一下我们如何在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

杀手六號 2024-11-25 00:50:16

Yoy 可以使用 ObjectAL 库。请参阅下面的链接
https://github.com/kstenerud/ObjectAL-for-iPhone

Yoy can use ObjectAL library. See link below
https://github.com/kstenerud/ObjectAL-for-iPhone.

孤蝉 2024-11-25 00:50:16

如果您有权访问原始音频数据,则可以简单地将其与相应的混响有限脉冲响应 (FIR) 滤波器内核进行卷积。

If you have access to the raw audio data, you can simply convolute it with corresponding reverberation finite impulse response (FIR) filter kernel.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文