Hi Paul,

Okay, I gather the 64 bit AudioUnit support I read about just referred to
the OS transition (max buffer size, etc)... not the audiofile bitdepth.

That still leaves me with the same question though. I'm still not sure if
the ASBD I'm getting back means "I'm currently at 32Bit because it's a
reasonable default for me" or "My maximum bit depth is 32Bit"

My app has support for both 32 and 64 bit audio (not much reason for 64
bit, but it's not much more code). If the AudioUnit supports it, I'd prefer
not to degrade quality.

Thanks!

On Mon, Mar 7, 2016 at 10:46 AM, Paul Davis <[email protected]>
wrote:

>
>
> On Mon, Mar 7, 2016 at 1:32 PM, Charles Constant <[email protected]>
> wrote:
>
>> Is there anything in the AudioUnit API that lets you query for a list of,
>> or just the maximum, supported bitdepth for an AU?
>>
>> I'm working on an AUGraph to preview audio from my own vectors*
>>
>>     (my render proc for input) -> FxAudioUnit -> MatrixMixerAudioUnit ->
>> SystemOutputAudioUnit
>>
>> I'm muddled over how to query the FxAudioUnit (it won't be the same unit
>> every time, the user can choose from their plugins) in terms of "capable
>> settings", rather than just "current settings".
>>
>> In order for me to intelligently choose a bitdepth, I want to know what
>> the maximum of each unit is. But when I check the ASBD with
>> AudioUnitGetProperty, it's showing me 32bit for everything... I thought
>> Apple's stock Filters supported 64Bit (maybe I was confused over 64bit
>> audio vs 64bit code).
>>
>>
> There's some deep confuson here.
>
> 64 bit AU's are about CPU architecture, not data format.
>
> More or less all AU's handle 32 bit floating point audio data, whether
> their CPU architecture is 32 or 64 bit.
>
>
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/coreaudio-api/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to