在iphone SDK中读取原始音频

发布于 2024-11-04 13:13:04 字数 39 浏览 0 评论 0原文

你好 我想阅读,然后想对原始音频执行一些操作。最好的方法是什么?

Hi
I want to read and then want to perform some operations on raw audio. What is the best way to do this?

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

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

发布评论

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

评论(3

岁月流歌 2024-11-11 13:13:05

这将取决于音频的用途。如果延迟是一个问题,请选择音频单元。但如果不是,您可能需要更高的层,例如 AudioQueues。

It will depend on the use for the audio. If latency is an issue, go for audio units. But if is not, a higher layer may be the one you require, such as AudioQueues.

萧瑟寒风 2024-11-11 13:13:04

音频文件服务、音频转换器服务和扩展音频文件服务,全部位于 Core Audio 中。 AV Foundation + Core Media(特别是 AVAssetReader)也可能是一种选择,但它确实是新的,因此目前比 Core Audio 的记录和理解更少。

Audio File Services, Audio Converter Services, and Extended Audio File Services, all in Core Audio. AV Foundation + Core Media (specifically AVAssetReader) may also be an option, but it's really new, and therefore even less documented and less well understood than Core Audio at this point.

这个俗人 2024-11-11 13:13:04

如果您正在寻找示例代码,“音频图”是一个很好的起点。开发人员提供了一些他自己的文档,这将对您有很大帮助。

If you are looking for sample code, "Audio Graph" is a good starting point. The developer has provided a bit of his own documentation, that will help you quite a bit.

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