Xamarin.iOS - AudioUnitV3Example: A Basic AudioUnit Extension and Host Implementation

Demonstrates how to build a fully-functioning example of an Audio Unit extension and Audio Unit host using the version 3 of the Audio Unit APIs. The Audio Unit Extensions API introduces a mechanism for developers to deliver AudioUnits to users on iOS. The same API is available on both iOS and OS X, and provides a bridging mechanism for existing version 2 AudioUnits to coexist in existing AudioUnit host applications, and in future version 3 hosts.

AudioUnitV3Example: A Basic AudioUnit Extension and Host Implementation application screenshot

Build Requirements

Building this sample requires Xcode 7.0 and iOS 9.0 SDK

Refs

Target

iPhone/iPad

License

Xamarin port changes are released under the MIT license