Reputation: 95
I am developing an iPhone app which uses microphone of the device to measure the intensity of air blown.
Can anyone please tell me how to find the intensity of air blown.
Upvotes: 1
Views: 220
Reputation: 111
I looked into this a while ago. You should consider checking out Apple's official example code, aurioTouch. You're going to end up doing something with FFTs (Fast Fourier Transforms).
Hope this helps.
Upvotes: 1