How Does an Online Decibel Meter Work?
This requires no specific hardware. It uses the microphone on your computer or mobile device to listen to the sound waves and convert them to a readable number.
1. Web Audio API Processing
After you give permissions for microphone access, the browser passes the audio to the Web Audio API, which changes the sound waves into digital samples many times each second.
2. Root Mean Square (RMS) Mathematics
Because raw audio bounces constantly between positive and negative values, we calculate the Root Mean Square (RMS) of the signal — basically a way of averaging out that noise to get a meaningful energy level.
3. Decibel SPL Conversion
And that number is subsequently translated to an equivalent value in decibels (dB SPL) through the use of a logarithmic equation:
dB SPL = 20 * log10(RMS) + Calibration Baseline Offset
💡A note on calibration: no two microphones are built the same — a laptop webcam mic and a flagship phone mic just don't behave identically. So a browser-based meter will never match a $500 calibrated instrument out of the box. What we do instead is apply a best-fit curve tuned against common consumer devices, which gets you numbers that are useful for comparison even if they're not lab-certified.
Comprehensive Guide: Noise Measurement & Microphone Accuracy
If you're going to rely on noise readings — for your hearing, for a workplace, for your own peace of mind — it helps to understand a little of what's actually happening under the hood. Here's the short version.
Understanding Decibels: A Logarithmic Scale
Decibels don't work like most measurements you're used to. Weight and length are linear — twice the number means twice the amount. Sound doesn't behave that way:
- Every +3 dB roughly doubles the actual acoustic energy in the air.
- With every increase of +10 decibels, you perceive sounds to be twice as loud when really it’s not just double but a much higher increment in terms of energy.
Thus, an increment from 50 dB to 70 dB doesn’t mean a slightly louder sound; rather, it means an increase of 100 times in terms of sound energy.
Factors Affecting Browser Microphone Accuracy
Browser-based meters are genuinely useful, but a few things affect how close they get to a "true" reading:
- • Automatic Gain Control (AGC): majority of cell phones and laptops automatically regulate the microphone sensitivity behind-the-scenes to provide uniform quality in voice calls.That same behavior can flatten out loud peaks when you're trying to measure them.
- Microphone frequency response: consumer mics are tuned for speech (roughly 300 Hz–3.4 kHz), so very low bass or very high treble tends to read lower than it would on a proper lab-grade sound level meter.
- • The way that you grip your recording tool: by making sure that you have the mic pointed directly at the subject of the recording, uncovered by your hand and its case.
Occupational Noise Exposure Limits
Hard upper limits for sound exposure levels are defined by WHO and OSHA:
- Less than 70dB – no restrictions for prolonged and uninterrupted exposure.
- 85dB (similar to lawnmowers and heavy traffic) – safe exposure is limited to 8 hours a day.
- 100dB (similar to subway trains or power drills) – safe exposure is less than 15 minutes.
- 120+ dB (jet engines, sirens): this is past the pain threshold — damage can happen almost immediately.
🏥WHO context: the research consistently links long-term high-noise exposure to hearing risk. A reasonable everyday goal is keeping sustained levels comfortably out of the danger zone, and paying more attention to exposure time as levels climb. Reference: World Health Organization.
🔒Privacy & data security: everything happens locally in your browser. We don't record, store, or upload your audio — ever. When you use "Save Report," the PDF is generated right there on your device from your session stats, nothing more.