ios-samples/ios9/FilterDemoApp
David Britch 168efa013e Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
..
AUv3Host Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
FilterDemoApp Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
FilterDemoAppExtension Set MtouchHttpClientHandler to NSUrlSessionHandler for all samples 2018-05-02 12:28:55 -06:00
Framework Cast string to NSString, fix for #43184 2016-08-12 16:01:21 -03:00
Screenshots [FilterDemoApp] Add new sample demonstrating AUv3 2016-05-03 20:33:14 -03:00
FilterDemoApp.sln [FilterDemoApp] Add AU extension as a separate project 2016-05-21 23:34:44 -03:00
LICENSE.txt [FilterDemoApp] Add new sample demonstrating AUv3 2016-05-03 20:33:14 -03:00
README.md [FilterDemoApp] Add new sample demonstrating AUv3 2016-05-03 20:33:14 -03:00
metadata.xml [FilterDemoApp] Add new sample demonstrating AUv3 2016-05-03 20:33:14 -03:00

README.md

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.

Build Requirements

Building this sample requires Xcode 7.0 and iOS 9.0 SDK

Refs

Target

iPhone/iPad

Xamarin port changes are released under the MIT license

Author

Ported to Xamarin.iOS by Timothy Risi and Oleg Demchenko