I am new to Android and looking to write an app for measuring decibel sound level. The idea is that when a sound reaches a certain level the user gets a alert. That’s it. Can anyone help me out with this. Can I do this using HTML5/Javascript ? any help will be appreciated.
Share
Taken from Android Media Player Decibel Reading
For native android/java based decibel calculation for a MediaRecorder:
To calculate Db value :
Reference: http://en.wikipedia.org/wiki/Decibel#Field_quantities
Not sure if you could do this in HTML5 on android