使用哪个音频 API 创建音频效果?

发布于 2024-12-28 01:50:01 字数 137 浏览 0 评论 0原文

我想录制音频并应用定制的音效过滤器,然后播放。

音频单元和音频队列服务是我正在寻找的 API 吗?或者还有其他更适合这个目的的 API 吗?

另外,我被告知音频单元无法在 iOS 上自定义,因此只有一些预制效果可用。这是真的吗?

I want to record audio and apply custom-built sound effect filters, then play it back.

Are Audio Units and Audio Queue Services the API I'm looking for? Or are there other APIs which fit this purpose better?

Also, I've been told Audio Units can't be customized on iOS so there are just a few pre-made effects available. Is this true?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

凡间太子 2025-01-04 01:50:01

Audio Units 是 iOS 下构建效果处理最有用的 API。 iOS 5 添加了几种新类型的滤镜和效果单元。您可以在某些音频单元缓冲区回调中添加自己的自定义 DSP 效果。

Audio Units is the most useful API for building effects processing under iOS. iOS 5 added several new types of filter and effect units. You can add your own custom DSP effects inside certain audio unit buffer callbacks.

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