• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
example on how to chain multiple AU's to add kAudioUnitSubType_AUiPodEQ
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Re: why would a plugin be running SRC? threading rules?
  • Next by Date: Re: why would a plugin be running SRC? threading rules?
  • Previous by thread: Re: why would a plugin be running SRC? threading rules?
  • Next by thread: 32-Bit Audio Unit Bridge
  • Index(es):
    • Date
    • Thread