I am thinking of building ear training software for a personal project to learn Objective-C and I'd like to grab data from the mic and grab the frequency and duration to check it against the exercise.
Like play a full note c major chord in 4/4 time. (I understand this is an unsolved problem in general, but I am assuming simple clear input with a single chord at a time.)
The way I understand it is I would capture from the mic at x times per second. Receiving the frequencies and intensities at that time. Put it through an FFT to get discrete components then map those to standard musical frequencies. Then measure duration and cut off to see if everything matches.
I am not expecting this to do robust or good, just work in limited situations.
Can anyone fill in the details a little better?
Specifically, a pointer to API stuff would be really useful and a little about how I would go about setting up my FFT transformation or a tutorial about FFT for music notes? Or a basic intro to signal processing would be a step in the right direction too.
Something a little deeper than this question, but just slightly. Comparing Simple Sounds - What is the Closest Frequency