Android decibel meter

删除回忆录丶 提交于 2019-12-11 05:20:36

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/8288813/android-decibel-meter

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!