如何在 iPhone 上进行实时声音/信号处理?

发布于 2024-07-13 19:25:56 字数 519 浏览 5 评论 0原文

我可能正在开发一个基于 iPhone 的应用程序,进行近乎实时的声音处理(过滤等)。 我想知道开始的最佳方式。 我想创建一个用于录制和处理声音的音频提示吗,如所述 这里

编辑:

我应该清楚。 一般来说,我并不是在问如何进行信号处理。 我知道其中一些,我的团队的专家将处理其余的事情。 我问 iPhone 上声音数据的“低级”接口是什么。

Edit2:

我的 iPhone 开发被推迟了一两周,所以我现在无法访问开发工具包。 一旦我获得了该工具包,我就会标记一个或另一个正确的答案。

I may be doing an iPhone-based application doing near-real-time sound-processing (filtering, etc). I was wondering the best way to get started. Would I want to create an audio cue for recording and processing sound, as described here?

Edit:

I should be clear. I am not asking how to do signal processing, in general. I know some of that and my team's expert will handle the rest. I asking what the "low level" interfaces to sound data on the iphone are.

Edit2:

My iphone development has been pushed back a week or two so I don't have access to the deve kit right now. Once I have access to the kit, I'll mark one answer or another correct.

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

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

发布评论

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

评论(2

左岸枫 2024-07-20 19:25:56

声音处理是一个很大的课题。 AudioQueue 将为您获取原始数据。 Apple 提供了两个示例来帮助您开始使用 AudioQueue:SpeakHere 和 AurioTouch。

Sound processing is a big subject. AudioQueue will get you the raw data. Apple provides two samples that will get you started using AudioQueue: SpeakHere and AurioTouch.

開玄 2024-07-20 19:25:56

我使用 SpeakHere 作为我想做的一些音频处理的起点。 它相对容易理解,并且具有输入和输出的所有部分。

I used SpeakHere as a starting point for some audio processing I wanted to do. It's relatively easy to understand, and has all the pieces to do input and output.

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