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: Jeremy Sagan <email@hidden>
- Date: Tue, 3 Jun 2003 12:16:55 -0400
Thanks Marc!
On Tuesday, June 3, 2003, at 11:08 AM, Marc Poirier wrote:
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.
_______________________________________________
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.