Skip to content

A web application that takes a sound input of individual guitar notes and returns the note names to the user

Notifications You must be signed in to change notification settings

ryancooper7/GuitarNoteTabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GuitarNoteTabber

A web application that transcribes guitar notes from audio input. This application allows users to record and playback audio, see the pitch of the sound input in real-time, and see what notes were played upon the end of the recording. The results are displayed with a line graph. The front-end is written in HTML, CSS, and Javascript and the back-end is written using Python with the Flask web framework.

Dependencies:

Make sure the following Python packages are installed:

-XLWT, MatlotLib, Flask, NumPy

Run Instructions

  1. Clone this repository and navigate to the main folder

  2. From the terminal, run the command "python app.py"

  3. Navigate to the address specified in the terminal, usually http://127.0.0.1:5000/index/

About

A web application that takes a sound input of individual guitar notes and returns the note names to the user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published