Realtime pitch recognition

Hi everybody, I want to create a realtime pitch recogniser with Processing. How can I do this?
Thanks.

Hello,

Start here:

And checkout the libraries that can be added from Processing:

You may want to do a search for β€œaudio” also.

:)

Hi,

Here is more ressources on the subject (specially the second link) :

1 Like

Thanks for the informations, they are very usefull, did you know if there is a way to extract all the harmonics of a sound? Like fourier coefficient for each pitch?
Thanks

1 Like

Hi,

Again, you can look at this thread talking about FFT :

Specially this example with Minim :

Remember that a single search on internet can provide you almost anything you need :wink: