example on how to chain multiple AU's to add kAudioUnitSubType_AUiPodEQ
example on how to chain multiple AU's to add kAudioUnitSubType_AUiPodEQ
- Subject: example on how to chain multiple AU's to add kAudioUnitSubType_AUiPodEQ
- From: Jakub Koter <email@hidden>
- Date: Sun, 10 Jan 2010 21:41:53 -0500
- Z-usanet-msgid: XID712oakcp44672X39
I am new to AU so do i have this straight.
I have a AU and i setup a AudioComponentDescription desc; desc.componentType = kAudioUnitType_Output; desc.componentSubType = kAudioUnitSubType_RemoteIO;
But now I would like to add an Ipod equalizer to the whole equation using AudioComponentDescription desc; desc.componentType = kAudioUnitType_Effect; desc.componentSubType = kAudioUnitSubType_AUiPodEQ;
how would i "chain" these together .. can i use the same AU or do i need to have two? Is there an example of this?
thanks Jake |
_______________________________________________
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