Re: Equalizer and Spectrumanalyzer
Re: Equalizer and Spectrumanalyzer
- Subject: Re: Equalizer and Spectrumanalyzer
- From: tahome izwah <email@hidden>
- Date: Thu, 12 Nov 2009 14:36:27 +0100
This is the output audio unit. You need to add an AUGraphicEqualizer
node to your chain in order to use an EQ.
HTH
--th
2009/11/12 Alexander Saal <email@hidden>:
> I retrieve the AudioUnit cmp via:
>
> cmpDescription.componentType = kAudioUnitType_Output;
> cmpDescription.componentSubType = kAudioUnitSubType_DefaultOutput;
> cmpDescription.componentManufacturer = 0;
> cmp = FindNextComponent(nil, &cmpDescription);
>
> and open it with OpenAComponent.
>
> Is this the right AudioUnit or do I need another one?
> And if it is the right one how do I set the parameters?
>
> Best regards
> Alexander Saal
>
_______________________________________________
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