Thanks in advance. I want to find out sound intensity using iphone. I searched in google and got this info http://www.future-apps.net/Decibel_Meter/Decibel_Meter.html ,so now my question is how to enable Decibel meter and get readings. Is there any api in iphone .
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
have a look at this this might help |
|||||||||||
|
|
You can peakPowerForChannel and averagePowerForChannel from the AVAudioRecorder API. |
|||
|
|
|
This describes how to get the decibels using AVAudioRecorder. It's actually pretty simple. |
|||
|
|