How to use CAAudioUnitOutputCapturer
How to use CAAudioUnitOutputCapturer
- Subject: How to use CAAudioUnitOutputCapturer
- From: Orpheus <email@hidden>
- Date: Thu, 10 May 2012 12:30:38 -0400
Hello all,
This is my first post and it's a question regarding CAAudioUnitOutputCapturer.
I'd like to capture the output of a remoteIO unit in of an AuGraph
in my iOS app. I'm trying to use theCAAudioUnitOutputCapturer
class but I can't get it to work. Following the code snippet Apple provides gives me error messages.
For example if I write the code below which conforms to the example snippet found in CAAudioUnitOutputCapturer.h:
CAAudioUnitOutputCapturer captor(iOUnit, fileurl, 'wave', destinationASBD);
...then Xcode tells me that it expects a ";" after "CAAudioUnitOutputCapturer".
I've also found examples of this format:
captor = new CAAudioUnitOutputCapturer(iOUnit, fileURL, 'wave', destinationASBD);
...but Xcode tells me that I'm using undeclared identifiers of 'new' and 'captor'.
Does anyone know what I should do? Any tips or hints would be greatly appreciated.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden