Waveform plots and controls that can be used to jump start your AudioKit-powered app.
Complete API reference appears in the AudioKit.io web site
We use SwiftUI so you need to target iOS 13+ and macOS 10.15+.
To add AudioKitUI to your Xcode project, select File -> Swift Packages -> Add Package Dependency. Enter https://github.com/AudioKit/AudioKitUI
for the URL.
Just like AudioKit, the example project for AudioKitUI is the AudioKit Cookbook.
Because some user interfaces are quite complex, and don't really have AudioKit as a dependency, we will be putting them in other repositories under the AudioKit umbrella.