Re: How to use CAAudioUnitOutputCapturer
Re: How to use CAAudioUnitOutputCapturer
- Subject: Re: How to use CAAudioUnitOutputCapturer
- From: Kevin Dixon <email@hidden>
- Date: Fri, 18 May 2012 17:04:37 -0700
Without more info, this might start you down the right path
http://stackoverflow.com/questions/7310941/import-use-and-compile-a-single-c-header-file-in-an-ios-objective-c-project
On Thu, May 10, 2012 at 9:30 AM, Orpheus <email@hidden> wrote:
> 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
>
_______________________________________________
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