Possible Duplicate:
How to detect sound frequency for particular sound in iphone?
I am seeking a way to find the frequency of mic input
.
I can record my voice or a sin noise in a temporary file.
For the recording I am using the AVFoundation framework
.
I used this framework
to find the peak of the signal.
What can I do to find the frequency of the signal?