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