/AudioKitUI

User Interfaces for AudioKit

Primary LanguageSwift

AudioKit User Interfaces for use with AudioKit V5.0 Beta / Developer's Release

Build Status License Platform Reviewed by Hound Twitter Follow

This repository contains waveform plots and controls that can be used to jump start your AudioKit-powered app.

Requirements

We use SwiftUI so you need to target iOS13+ and macOS 10.15+.

Installation via Swift Package Manager

To add AudioKitUI to your Xcode project, select File -> Swift Packages -> Add Package Depedancy. Enter https://github.com/AudioKit/AudioKitUI for the URL. Currently, AudioKitUI depends on using the AudioKit v5-develop branch, but that will change soon.

Examples

Just like AudioKit, the example project for AudioKitUI is the AudioKit Cookbook.