AVCaptureSession 中的自定义音频流
我目前正在尝试使用新的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论