Re: Audio Unit valid Input and Output configuration
Re: Audio Unit valid Input and Output configuration
- Subject: Re: Audio Unit valid Input and Output configuration
- From: Marc Poirier <email@hidden>
- Date: Tue, 3 Jun 2003 10:08:46 -0500 (CDT)
>
There are at least a couple of AU's out there who are reporting
>
kAudioUnitProperty_SupportedNumChannels as 1 in 1 out but this is NOT
>
the most desirable configuration especially since they support stereo.
>
Maybe I am missing something.
SupportedNumChannels returns a list of configurations (possibly a list of
1, but still a list). You want to check the dataSize when you check
GetPropertyInfo for SupportedNumChannels. Are you sure you're not just
looking at the first pair in the list?
Marc
_______________________________________________
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.