My question is really simple. I want to record a movie using the AVCam sample project from Apple. While recording, I'd like to filter the audio channel to extract a bunch of information I will use later (I found Novocaine+NVDSP to be the best solution for me). Now, I've seen that Novocaine and the AVCam don't work well together, eg. they both try to access the mic but just one of them can control it (the AVCam seems to "win" here).
Is it possible to let AVCam record the audio channel and in the mean time let Novocaine analyze that data in a separate process? AVCam should record the "real" sounds from the mic, while Novocaine elaborates them for a different purpose.