Skip to content

Python program that detects Pitch/Scale of the sound of any musical instrument using fundamentals of FFT.

Notifications You must be signed in to change notification settings

mihirrd/PitchDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pitch Detection using FFT

Code is best viewed in Jupyter notebook.

There are several .mp3 files containing different Scales. Feel free to try out the code.

FFT analysis is carried out on the audio file to find out the fundamental frequency and then the frequency is mapped to the correct musical scale.

About

Python program that detects Pitch/Scale of the sound of any musical instrument using fundamentals of FFT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published