From the course: Code Clinic: Swift

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Add AudioKit

Add AudioKit - Swift Tutorial

From the course: Code Clinic: Swift

Start my 1-month free trial

Add AudioKit

- [Instructor] For creating our synthesizer application, we're going to use a third party audio framework called AudioKit which can be downloaded at audiokit.io/downloads. From there, download the AudioKit files for your operating system, in this case iOS. The current version is 4.2.2. Of course, at the time you watch this course, it will probably be a later version. Download that version, and make sure you're using that with the latest version of Xcode and Swift to ensure compatibility. I've previously downloaded this file, so I'm not going to click the link now. I'll just minimize this window and head over to Finder. I've also already unzipped it and received this folder here. The file that we're interested in is AudioKit.framework. So let's head over to Xcode. Here is a starting file we're working with in Xcode. I created this project from a single view application template and have not modified the storyboard at all. The only thing I modified is this small amount of code. I…

Contents