Polyphonic Guitar Note Detector
Strum all 6 strings at once β your microphone listens and deciphers each individual note in real time using FFT analysis.
Not started
How it works: Your microphone captures the audio, and a Fast Fourier Transform (FFT) breaks the combined waveform into its frequency components. The algorithm then:
- Locates spectral peaks β each one corresponds to a vibrating string
- Uses quadratic interpolation to pinpoint the exact frequency
- Filters out overtones/harmonics so you see fundamental notes only
- Converts each frequency to the nearest musical note, including cents deviation