• 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
CASpectralProcessor
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: ExtAudioFileRead() fills returned buffer partially with empty frames
  • Next by Date: OpenAL AL_GAIN unwanted ramping
  • Previous by thread: ExtAudioFileRead() fills returned buffer partially with empty frames
  • Next by thread: OpenAL AL_GAIN unwanted ramping
  • Index(es):
    • Date
    • Thread