Skip to content

will-bell/visual-banjo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

visual-banjo

A terminal app for real-time banjo note detection. Play a note into your microphone and see the note name, frequency, and how sharp or flat you are.

Requirements

  • macOS (uses the system microphone)
  • Homebrew
  • uv — installed in the setup step below
  • just — installed in the setup step below

Setup

# Install uv and just
brew install uv just

# Install Python dependencies
uv sync

On first run, macOS will show a permission dialog asking for microphone access — allow it.

Running

# Run the app
just run

# Run with auto-reload on source file changes (for development)
just dev

From the menu, press 1 to open the tuner. Press Ctrl+C to return to the menu. Press Ctrl+C again (or q) to exit.

In just dev mode, Ctrl+C stops the file watcher and exits completely.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors