Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Audio Processing - Tone Recognition [duplicate]

I've started developing a simple guitar tuner as a learning project for audio processing programs.

Could someone recommend me an adequate library for this? Here's basically what I'm looking for:

  • Microphone input.
  • Real-time processing of the signal. I need to be able to perform note recognition on whatever is being played to the mic.
  • Cross platform/open source would be a huge plus.
like image 876
CptAJ Avatar asked Oct 15 '22 13:10

CptAJ


1 Answers

FFT Guitar Tuner.

like image 87
Dan Byström Avatar answered Oct 20 '22 15:10

Dan Byström