EZAudio icon indicating copy to clipboard operation
EZAudio copied to clipboard

How to get the real-time Frequency ?? not the maxFrequency ???

Open ethan-cqt opened this issue 8 years ago • 1 comments

i want to make a ukulele tuner thank you

ethan-cqt avatar Apr 16 '16 08:04 ethan-cqt

Here are some methods to obtain the frequency https://ccrma.stanford.edu/~pdelac/154/m154paper.htm

The closest to calculating frequency I've found in EZAudio (1.1.5) is to use the FFT delegation and find the maximum bin in the resulting buffer and correlate it to frequency. There's a sample project for that, it might be enough for your tuner app.

magnus80a avatar May 16 '16 14:05 magnus80a