Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Repository files navigation

Overview

TuningFork is a simple utility for processing microphone input and interpreting pitch, frequency, amplitude, etc.

TuningFork powers the Partita instrument tuner app.

Usage

Quick Start

CocoaPods

Add the following to your Podfile:

pod'TuningFork'
Carthage

Add the following to your Cartfile:

github"comyarzaheri/TuningFork""master"

Using a Tuner

import TuningFork
classMyTunerDelegate:TunerDelegate{func tunerDidUpdate(tuner:Tuner, output:TunerOutput){
// Dreams come true here
print(output.pitch, output.octave)}}lettuner=Tuner()letdelegate=MyTunerDelegate()
tuner.delegate = delegate
tuner.start()

License

TuningFork is available under the MIT License.

Contributors

About

🎹 Simple Tuner for iOS

Resources

Stars

419 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages