Learn-iOS-Swift-by-Examples/AudioUnitV3Example/Filter/iOS
Liu Lantao c0557ce14a
AudioUnitV3Example: Version 3.0, 2017-06-06
Now demonstrates UI view size negotiation.

Demonstrates how to build functioning examples of two Audio Unit extensions and a simple Audio Unit host app for iOS and macOS with the version 3 Audio Unit APIs.

The Audio Unit Extensions API introduces a mechanism for developers to deliver Audio Units on both iOS and OS X using the same API and also provides a bridging mechanism for existing version 2 Audio Units and hosts allowing them to work with new version 3 Audio Units.

The targets in this sample are all prefixed by their respective platform designation, "iOS" or "OSX":

- FilterDemoApp, FilterDemoAppExtension - Effect Audio Unit - InstrumentDemoApp, InstrumentDemoAppExtension - Instrument Audio Unit - AUv3Host - Audio Unit Host

Signed-off-by: Liu Lantao <liulantao@gmail.com>
2017-11-20 08:25:13 +08:00
..
FilterDemoApp AudioUnitV3Example: Version 3.0, 2017-06-06 2017-11-20 08:25:13 +08:00
FilterDemoAppExtension AudioUnitV3Example: Version 3.0, 2017-06-06 2017-11-20 08:25:13 +08:00
FilterDemoFramework AudioUnitV3Example: Version 3.0, 2017-06-06 2017-11-20 08:25:13 +08:00