Baseline:

There is no single fixed formula for converting sones to dBA because they measure different things (perceived loudness vs. sound pressure), but industry standards provide reliable approximations. Generally, 1 sone is equal to 28 dBA .

  • Loudness Toolkit (B&K) – Directly implements ISO 532B to output Sones from measured spectra, then calculates A-weighted dBA from same data.
  • Room EQ Wizard (REW) – Free option. Import 1/3-octave data, apply A-weighting, and compute total dBA.
  • Python Script (custom) – Use pyaudio and soundfile with SciPy’s signal.octave_filter to build your own verification routine.
  • 1 sone: 35 + 0 = 35 dBA (Matches chart)
  • 2 sones: 35 + (22.27 * 0.301) = 35 + 6.7 = 41.7 dBA (Matches chart ~39-42)
  • 4 sones: 35 + (22.27 * 0.602) = 35 + 13.4 = 48.4 dBA (Matches chart 46)

Part 2: Why “Verified” Matters – The Danger of Generic Charts

(a logarithmic measure of sound pressure) is often used to "verify" the noise levels of products like bathroom fans or range hoods

The conversion between (a linear measure of perceived loudness) and

Third-Party Auditing:

An independent body has confirmed that the manufacturer’s claim (e.g., "This fan runs at 0.3 Sones") is scientifically accurate. 4. Why Verification Matters

When you see a product "verified" at a certain sone level, you can translate that back to decibels using this verified progression: Decibels (dB) Real-World Equivalent A quiet refrigerator humming A normal office workplace A face-to-face conversation A loud conversation or quiet vacuum A standard noisy restaurant How it's Verified Measurements for sones are typically verified in hemi-anechoic chambers

Next, I should check if there's a known relationship between sones and decibels. I remember that sones are a perceptual measure of loudness, whereas decibels are objective. The two are related but not directly convertible without considering factors like frequency, as human hearing isn't equally sensitive to all frequencies.