AVCaptureSession 中的自定义音频流

发布于 2024-10-21 00:16:26 字数 260 浏览 1 评论 0原文

我目前正在尝试使用新的 iOS 4 AVFoundation 库录制视频/音频流。当使用麦克风和摄像头的预设 AVCaptureDeviceInput 设备时,一切工作正常,但是我希望使用我自己的音频流,而不是直接来自麦克风的音频流。

基本上,我的应用程序使用音频单元远程 IO 对麦克风的输入进行一些处理,我希望将这个后处理缓冲区包含在我的 AVCaptureSession 中,而不是直接从麦克风中包含。

有人知道如何实现这一目标,或者这是否可能?

谢谢

I am currently trying to record a video/audio stream using the new iOS 4 AVFoundation library. All is working well when using the pre set AVCaptureDeviceInput devices for the mic and camera, however I wish to use my own audio stream instead of one directly from the mic.

Basically my app uses Audio Unit Remote IO to do some processing on the input from the mic, and it is this post processed buffer I wish to include in my AVCaptureSession rather than direct form the mic.

Anyone know how you can achieve this, or if this is even possible?

Thanks

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文