i would like to create a guitar tuner in javascript but i don't know to to do it...
Once I recorded a 2 sec fragment audio file from the microphone, I would like for example what frequency is the note played in the recorded wav file !.
How to do it ? I've heard about FFT, but what is the main purpose of FFT ? Because when I edit an audio wav file un sublime text i obtain a thing like this: 0A12 4A3B etc...
Am I obliged to read this hexadecimal file or an algorithm detect frequency of a wav file ? Which one ? There is a tutorial ?