Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.52 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.52 KB

RTDataLearningProject

Real-time data learning project implemented as part of a summer lab.

The following features are included in this app:

  • Many different alternative tunings are available for classic, acoustic, and electric guitars.
  • Real-time chord detection.
  • Chord detection based on audio analysis.
  • Audio recording.
  • Metronome with genre-specific BPMs.
  • Playing chord recordings.

Installing Required Packages

Use pip to install the requirements in "For Packages Installation" directory

pip install -r requirements.txt
pip install PyAudio-0.2.11-cp39-cp39-win_amd64.whl

If you can't install PyAudio, install the correct .whl file from: https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio

Some Screenshots

Classic Guitar Tuner

image

Acoustic Guitar Tuner

image

Electric Guitar Tuner

image

Audio Recording

image

Chord detection

image

Playing Chords

image