Skip to content

Swift project that demonstrates how to measure the amplitude from the microphone's input via the AudioKit framework.

License

Notifications You must be signed in to change notification settings

markjeschke/AudioKit-Amplitude-Tracker

Repository files navigation

AudioKit Amplitude Tracker

This is a Swift project that demonstrates the following:

  1. Set up the AudioKit engine as a singleton class called, Conductor, which contains all of the audio routing, control, and effects.
  2. How to track the amplitude of the input from a microphone.

Installation

This app was created using Swift 4 and Xcode 9. It utilizes the AudioKit open-source library for its audio processing. In order to import the AudioKit framework via CocoaPods:

  1. Run pod update in the command line.
  2. Launch the AmplitudeTracker.xcworkspacenot the AmplitudeTracker.xcodeproj

About

Swift project that demonstrates how to measure the amplitude from the microphone's input via the AudioKit framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published