Back to Content

RTCAudioSourceStats: audioLevel property

files/en-us/web/api/rtcaudiosourcestats/audiolevel/index.md

latest984 B
Original Source

{{APIRef("WebRTC")}}{{SeeCompatTable}}

The audioLevel property of the {{domxref("RTCAudioSourceStats")}} dictionary 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 {{domxref("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

{{Specifications}}

Browser compatibility

{{Compat}}