Re: How to access the output stream in AUGraph
Re: How to access the output stream in AUGraph
- Subject: Re: How to access the output stream in AUGraph
- From: William Stewart <email@hidden>
- Date: Tue, 22 Jun 2010 16:45:39 -0700
AudioUnitAddRenderNotify.
In
/Developer/Extras/CoreAudio/PublicUtility
there is a file called CAAudioUnitOutputCapturer.h
It does exactly what you want to do. EXCEPT, that it has a really bad bug. Where the ExtAudioFileWrite is called, that needs to be changed to ExtAudioFileWriteAsync (the argument list is the same). We plan on fixing this in the next dev tools update.
Bill
On Jun 22, 2010, at 2:08 PM, Sanoj Nambi wrote:
> Hey,
> How could I access the output data of the mixer node in mulichannelmixer example.I am planning to write this output data to a file instead of sending it to speaker.I have changed the RemoteIO node to Generic output.
> Is there a way to do so?
>
> Regards,
> Nambi
> _______________________________________________
> 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