Skip to content

This script performs audio processing to detect the pitch of a note from the microphone.

Notifications You must be signed in to change notification settings

ad1269/Monophonic-Pitch-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Monophonic-Pitch-Detection

Run the RealTimeAudioProcessing.py to detect the pitch detected by your device's microphones.

This script detects the pitch of a signal as follows. It calculates the normalized auto correction using the fast fourier transform of the signal, detects its peak value, and performs an interpolation to find the pitch. It also searches through integer submultiples of the detected frequency to account for octave errors that the naive autocorrelation algorithm is prone to.

About

This script performs audio processing to detect the pitch of a note from the microphone.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages