I want to create an Audio Unit Extension for iOS using the new AU Extentions v3 framework. The documentation and sample code provided by Apple is sparse and only available in Swift format.
Does this mean it's only possible to create AU Extensions using Swift, or is it theoretically also possible using Objective-C? In other words: will I run into something blocking when I attempt to port the sample code into Objective-C?