Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 299 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 299 Bytes

ChordClassifier

Designed an application to classify the chord played by a guitar with Tkinter GUI;
Record and play the chord using Pyaudio;
Denoising the recorded wavfile using STFT and thresholding;
Classify the chord using certain digital signal processing technique;