Firefox Tomorrow

web api instance property

RTCInboundRtpStreamStats: audioLevel property

View on MDN ↗

The audioLevel property of the RTCInboundRtpStreamStats dictionary indicates the audio level of the received (remote) track.

The audioLevel is averaged over some small interval, using the algorithm described under totalAudioEnergy. The interval used is implementation dependent.

[!NOTE] The value is undefined for video streams.

Value

A real number.

The value is between 0..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

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also

  • audioLevel for audio levels of local tracks (that are being sent)