AUv2 development on Xcode 14

Hi, I want to do some work on an audio unit after a gap of (many) years, and am not clear about the status of v2 AUs. There's no template for them in the current Xcode, and the relevant CoreAudio classes (AUBase and subclasses) are also absent.

Have I missed some optional download from Apple that restores these things, or is it all over for v2?

Answered by NikoloziApps in 737305022

Apple started publishing the AU SDK on GitHub as of last year, you can find it here: https://github.com/apple/AudioUnitSDK

There's also an examples code repo: https://github.com/apple/AudioUnit-Examples

Accepted Answer

Apple started publishing the AU SDK on GitHub as of last year, you can find it here: https://github.com/apple/AudioUnitSDK

There's also an examples code repo: https://github.com/apple/AudioUnit-Examples

Many thanks - not where I would have thought of looking for an Apple repo!

I see now that I missed a post from a year ago with this info, but nothing in actual Apple documentation?

AUv2 development on Xcode 14
 
 
Q