I would like to record audio to know the noise level.
I do not need much precision, only strong noise. How can I know the amplitude of the sound ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You record audio with the XNA-Class Microsoft.Xna.Framework.Microphone:
http://cisforcoder.wordpress.com/2010/08/21/recording-audio-in-silverlight-on-windows-phone-7/
If you want to detect the noise level, try one of this approaches:
How to detect sound from microphone in .net
Given an audio stream, find when a door slams (sound pressure level calculation?)