W3cubDocs

/Web APIs

RTCAudioSourceStats: audioLevel property

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

The RTCAudioSourceStats dictionary's audioLevel property represents the audio level of the media source.

The level is averaged over some small implementation-dependent interval. Users can alternatively calculate the average audio level over some arbitrary duration using the algorithm described in the RTCAudioSourceStats description.

Note: For audio levels of remotely sourced tracks, see RTCInboundRtpStreamStats.audioLevel.

Value

A number between 0 and 1 (linear), where 1.0 represents 0 dBov (decibels relative to full scale (DBFS)), 0 represents silence, and 0.5 represents approximately 6 dB SPL change in the sound pressure level from 0 dBov.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
audioLevel 80 80 No No 67 No 80 80 No 57 No 13.0

© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCAudioSourceStats/audioLevel