AudioKit is an audio synthesis, processing, and analysis platform for iOS, macOS (including Catalyst), and tvOS.
Using Xcode, you can add AudioKit and any of the other AudioKit libraries using Collections:
- Select
File->Add Package Dependencies... - Click the
+icon in the bottom left corner of theCollectionssidebar on the left. - Select
Add Package Collection...from the pop-up menu, which should open a dialog box. - Enter
https://swiftpackageindex.com/AudioKit/collection.jsonas the URL and click theLoad-button. - Now you can add any of the AudioKit Packages you need and read about what they do, right from within Xcode.
Docs appear on the AudioKit.io Web Site. You can also generate the documentation in Xcode by pulling down the Product menu and choosing "Build Documentation".
The AudioKit Cookbook contains many recipes for simple uses for AudioKit components.
-
Post your problem to StackOverflow with the #AudioKit hashtag.
-
Once you are sure the problem is not in your implementation, but in AudioKit itself, you can open a Github Issue.
-
If you, your team or your company is using AudioKit, please consider sponsoring Aure on Github Sponsors.