Lesson 13 of 15
Reverberation Time
Sabine's Formula
Reverberation time () is how long it takes a sound to decay by 60 dB after the source stops. Wallace Sabine derived in 1900:
T_{60} = rac{0.161 cdot V}{A}
- V — room volume (m³)
- A — total acoustic absorption (m² sabins) =
- — reverberation time (s)
What It Means
| (s) | Acoustic character |
|---|---|
| < 0.5 | dead / anechoic |
| 0.5–1.0 | speech intelligibility (lecture hall) |
| 1.5–2.5 | music (concert hall) |
| > 3.0 | cathedral / very reverberant |
Examples
| V (m³) | A (m²) | (s) |
|---|---|---|
| 100 | 10 | 1.6100 |
| 200 | 20 | 1.6100 |
| 500 | 100 | 0.8050 |
| 1000 | 50 | 3.2200 |
Your Task
Implement reverbTime(V, A) returning in seconds.
Web Audio API loading...
Loading...
Click "Run" to execute your code.