CASpectralProcessor
CASpectralProcessor
- Subject: CASpectralProcessor
- From: akustik <email@hidden>
- Date: Fri, 12 Nov 2010 11:27:11 +0100
Hi there!
I'm working on an Audio Unit Effect to do some kind of FIR filtering. I want the CASpectralProcessor class to process my audio data, using its Process method:
void Process(UInt32 inNumFrames, AudioBufferList* inInput, AudioBufferList* outOutput);
First at all I only want to pass by my audio data, to make sure roundtrip processing works fine. The DSP comes later on.
(1) Where do I have to call this method? Is AUKernelBase::Process the right place? (2) Can anybody give me an example of how to pass by my audio data using this method?
Thanks a lot! Peter |
_______________________________________________
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