Skip to content

tothepoweroftom/AudioUnit-Examples

 
 

Repository files navigation

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.

About

AudioUnit Examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 42.0%
  • Objective-C 40.0%
  • C++ 18.0%