I want to create an app that would be able to use the phone's microphone in order to get the outside noise volume in db. What is the easiest way to do it?

link|improve this question

48% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Check out one of the two projects on code.google.com:

http://code.google.com/p/moonblink/wiki/Audalyzer

http://code.google.com/p/splmeter/

where as the last projects used this formular for calculating the sound pressure value:

http://en.wikipedia.org/wiki/Sound_pressure

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.