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

Re: kAudioUnitProperty_InPlaceProcessing


  • Subject: Re: kAudioUnitProperty_InPlaceProcessing
  • From: Paul Davis <email@hidden>
  • Date: Wed, 3 Feb 2010 22:58:02 -0500

On Wed, Feb 3, 2010 at 9:59 PM, William Stewart <email@hidden> wrote:
> An audio unit can process the samples provided in the input buffer (from
> either a callback or a connection) and write the results of that processing
> to that same input buffer (which will then get returned in its result of
> AudioUnitRender)
>
> You can imagine a chain of effects that all process in place. The top of the
> chain gets an input from say a render callback. Then it processes the audio
> in that buffer, returns that to its caller, etc, on down the chain. So the
> bottom of the chain (which is the AU that you called AudioUnitRender on)
> will get returned  (if you called audio unit render with mData ptrs in the
> ABL set to NULL) the original buffer that was provided by the top's render
> callback....  make sense?

that all makes sense. however, does it also imply that if i were to
ask an AU that does not support inplace processing to render, and i
give it the same buffers for input and output, that i could expect
some issues?

put slightly differently, does *lack *of inplace processing support
imply that the plugin *cannot* use the same host-provided buffers for
in+out, or does it just imply that the plugin will always give back
its own buffers for output rather than use the host provided ones?

--p
 _______________________________________________
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

  • Follow-Ups:
    • Re: kAudioUnitProperty_InPlaceProcessing
      • From: William Stewart <email@hidden>
References: 
 >kAudioUnitProperty_InPlaceProcessing (From: Paul Davis <email@hidden>)
 >Re: kAudioUnitProperty_InPlaceProcessing (From: William Stewart <email@hidden>)

  • Prev by Date: Re: Playing through speaker, recording through line in
  • Next by Date: Re: Native mode IO problems
  • Previous by thread: Re: kAudioUnitProperty_InPlaceProcessing
  • Next by thread: Re: kAudioUnitProperty_InPlaceProcessing
  • Index(es):
    • Date
    • Thread