Skip to content

Goose97/terminal-guitar-tuner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple guitar tuner in your terminal

render1699094556281

Installation

macOS

brew tap goose97/terminal-guitar-tuner https://github.com/Goose97/terminal-guitar-tuner
brew install goose97/terminal-guitar-tuner/terminal-guitar-tuner

Since it's a self-host Homebrew formula, Apple won't trust application from unidentified developers. You will need to allow this application in the "Security & Privacy" settings.

Linux: coming soon

Credits

  • The program use an auto-correlation pitch detecting algorithm described in the paper A smarter way to find pitch (Philip McLeod, Geoff Wyvill)
  • Some code references the implementation from this repo