Skip to content

jake-g/tuner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tuner

Simple guitar tuner. Compiles on OSX and Linux.

To Compile:

  1. Download and install portaudio.
    • For OS X, use homebrew or macports to install -- brew install portaudio.
    • For Ubuntu, use apt-get install portaudio19-dev.
  2. run "make"
  3. the output is ./tuner

Implementation:

This tuner app works by calculating the magnitude of the FFT and mapping it to a note. Many more ideal methods could be pursued.

Copyright:

Modified version by Jake Garrison (2014)
Original concept by Bjorn Roche (2012)

About

Simple command line tuner written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published