• 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: Audio Unit Supported Channels
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Audio Unit Supported Channels


  • Subject: Re: Audio Unit Supported Channels
  • From: Paul Davis <email@hidden>
  • Date: Mon, 28 Mar 2011 13:57:34 -0400

On Mon, Mar 28, 2011 at 1:47 PM, Matthew Hubble
<email@hidden> wrote:
> Developing an AU effect plug-in, and when I run the auval tool on it it
> passes but I get this warning message (among others with different numbers
> for InputChan and OutputChan):
>
> WARNING: Can Initialize Unit to un-supported num channels:InputChan:1,
> OutputChan:2
>
> What is the method for ensuring that it cannot initialize with unsupported
> channel configurations? Also, what is the method AUs use to tell the host
> which input/output channel configurations they support? Can't seem to find
> it.

they don't tell the host; the host asks the plugin. i use
CAAudioUnit::GetChannelInfo()
which looks up the kAudioUnitProperty_SupportedNumChannels property.
 _______________________________________________
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

References: 
 >Audio Unit Supported Channels (From: Matthew Hubble <email@hidden>)

  • Prev by Date: Re: Guardmalloc breaks after AudioQueueDispose
  • Next by Date: AudioFileStreamParseBytes produces no packets
  • Previous by thread: Audio Unit Supported Channels
  • Next by thread: AudioFileStreamParseBytes produces no packets
  • Index(es):
    • Date
    • Thread