Skip to content

jdanthinne/AudioKitEX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AudioKitEX

Build Status License Platform Reviewed by Hound Twitter Follow

This extension to AudioKit contains all of the AudioKit features that rely on C/C++ DSP.

Documentation

The documentation appears in the Wiki

Examples

See the AudioKit Cookbook for examples.

Installation in Xcode 13

You can AudioKit and any of the other AudioKit libraries using Collections

  1. Select File -> Add Packages...
  2. Click the + icon on the bottom left of the Collections sidebar on the left.
  3. Choose Add Swift Package Collection from the pop-up menu.
  4. In the Add Package Collection dialog box, enter https://swiftpackageindex.com/AudioKit/collection.json as the URL and click the "Load" button.
  5. It will warn you that the collection is not signed, but it is fine, click "Add Unsigned Collection".
  6. Now you can add any of the AudioKit Swift Packages you need and read about what they do, right from within Xcode.

About

C-backed AudioKit DSP

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 58.7%
  • Objective-C++ 22.2%
  • Objective-C 13.5%
  • C++ 3.4%
  • C 2.2%