I'd like to capture the audio (music + sound effects) coming from my iPhone game. AVCaptureSession
seems to have only the microphone as audio source. I'd like to capture the audio, put it into CMSampleBufferRef
s and append these to an AVAssetWriterInput
.
I'm currently looking into Audio Queues. Any other ideas?