• 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: SetRenderCallback vs. SetInputCallback
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SetRenderCallback vs. SetInputCallback


  • Subject: Re: SetRenderCallback vs. SetInputCallback
  • From: William Stewart <email@hidden>
  • Date: Thu, 15 Jul 2004 19:27:17 -0700

On 15/07/2004, at 7:03 PM, paul wrote:

>> kAudioUnitPropertySetInputCallback was used for version 1 AU's
>> (*very* deprecated; only use I can imagine is if you're only using
>> the Apple AU's and must support 10.1).
>>
>> kAudioUnitPropertySetRenderCallback is the current one.
>>
>> grepping our source tree, I don't see any uses of
>> kAudioUnitPropertySetInputCallback but maybe I missed a directory ...
>> where do you see it?
>
>
> Hey Doug,
> I'm not the most organized individual but I believe it was tech note
> 2091( http://developer.apple.com/technotes/tn2002/tn2091.html ) which
> brought about the most confusion. It's dated 2004 but make uses of
> SetInputCallback on the global scope of the AUHAL. Regardless, thanks
> for the clarification.

That's a different property:

kAudioOutputUnitProperty_SetInputCallback

notice this is kAudio***OUTPUT*** (my emphasis because of obscure
naming conventions we've used here ;-)

Not to be confused with (from AudioUnitProperties.h)
//kAudioUnitProperty_SetInputCallback = 7 -> deprecated - see
AUNTComponent.h

The following
kAudioUnitProperty_SetRenderCallback = 23,

Is used to provide input via a callback to a V2 audio unit (the only
ones we care about).

HTH

Bill

>
> bye-bye,
> -Paul
> _______________________________________________
> coreaudio-api mailing list | email@hidden
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/coreaudio-api
> Do not post admin requests to the list. They will be ignored.
>
>
--
mailto:email@hidden
tel: +1 408 974 4056

________________________________________________________________________
__
Culture Ship Names:
Ravished By The Sheer Implausibility Of That Last Statement [GSV]
I said, I've Got A Big Stick [OU]
Inappropiate Response [OU]
Far Over The Borders Of Insanity And Still Accelerating [Eccentric]
________________________________________________________________________
__
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.


  • Follow-Ups:
    • Re: SetRenderCallback vs. SetInputCallback
      • From: Carlos Eduardo Mello <email@hidden>
References: 
 >SetRenderCallback vs. SetInputCallback (From: paul <email@hidden>)
 >Re: SetRenderCallback vs. SetInputCallback (From: Doug Wyatt <email@hidden>)
 >Re: SetRenderCallback vs. SetInputCallback (From: paul <email@hidden>)

  • Prev by Date: Re: Canonical format max amp limits?
  • Next by Date: What works in OpenAL 1.0?
  • Previous by thread: Re: SetRenderCallback vs. SetInputCallback
  • Next by thread: Re: SetRenderCallback vs. SetInputCallback
  • Index(es):
    • Date
    • Thread