This extension to AudioKit allows for complex, interconnected DSP.
You can AudioKit and any of the other AudioKit libraries using Collections
- Select File -> Add Packages...
- Click the
+
icon on the bottom left of the Collections sidebar on the left. - Choose
Add Swift Package Collection
from the pop-up menu. - In the
Add Package Collection
dialog box, enterhttps://swiftpackageindex.com/AudioKit/collection.json
as the URL and click the "Load" button. - It will warn you that the collection is not signed, but it is fine, click "Add Unsigned Collection".
- Now you can add any of the AudioKit Swift Packages you need and read about what they do, right from within Xcode.
Name | Description | Language |
---|---|---|
SporthAudioKit | API for creating Sporth-powered Audio Units | Swift |
CSporthAudioKit | Audio Unit for Opoeration DSP | Objective-C++ |
Sporth | Stack-based DSP language | C |
The Githbub Wiki hosts the documentation for this project.
See the AudioKit Cookbook for complete examples.