Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 721 Bytes

ReadMe.md

File metadata and controls

28 lines (19 loc) · 721 Bytes

AudioUnit-Examples

Overview

The AudioUnit-Examples repository contains sample code for Audio Unit v2 and v3 development.

Prerequisites

Build instructions

  • Clone the repository with submodules. Don't use Github's Download ZIP button as this won't include submodules!
git clone --recursive https://github.com/apple/AudioUnit-Examples.git
  • Locate the .xcodeproj file in one of the subfolders and open it in Xcode.
  • Select a scheme and click Product->Build (Cmd+B).

Supported Deployment Targets

  • macOS 13 or later.
  • iOS 16 or later.

Changelog

Version 1.0.0

Initial upload.

Copyright (C) 2022 Apple Inc. All rights reserved.