iOS Development: Swift and AudioKit mike.spears@utoronto.ca - - PowerPoint PPT Presentation

ios development swift and audiokit
SMART_READER_LITE
LIVE PREVIEW

iOS Development: Swift and AudioKit mike.spears@utoronto.ca - - PowerPoint PPT Presentation

iOS Development: Swift and AudioKit mike.spears@utoronto.ca mobile.utoronto.ca Part 1: Learn Swift using an Xcode Playground Part 2: Build a simple iOS Synthesizer app with Xcode Tools Xcode is the environment (editor) we use to


slide-1
SLIDE 1

iOS Development: Swift and AudioKit

mike.spears@utoronto.ca mobile.utoronto.ca

slide-2
SLIDE 2
  • Part 1: Learn Swift using an “Xcode Playground”
  • Part 2: Build a simple iOS Synthesizer app with Xcode
slide-3
SLIDE 3

Tools

  • Xcode is the environment

(editor) we use to build apps.

  • We write code in a

programming language named “Swift”.

  • We test our code in either a

Playground, in the Simulator,

  • r on an actual device.
slide-4
SLIDE 4

AudioKit

  • AudioKit is an audio synthesis,

processing, and analysis framework for iOS, macOS, and tvOS…

  • Provides pre-programmed

“building blocks” we will use to build our synthesizer

slide-5
SLIDE 5
slide-6
SLIDE 6

Oscillator Filter Envelope FX Amplifier Speakers FX Mixer

slide-7
SLIDE 7

Playground - build a Virtual Synthesizer

slide-8
SLIDE 8
slide-9
SLIDE 9

Build a Synth with AudioKit

slide-10
SLIDE 10

https://github.com/samesimilar/AudioKitApp

slide-11
SLIDE 11

Further Exploration

  • Docs: http://audiokit.io/docs/
  • Examples: http://audiokit.io/

examples/

  • Tutorial: https://

www.raywenderlich.com/ 145770/audiokit-tutorial- getting-started

  • http://mobile.utoronto.ca/

resources/