diff --git a/index.bs b/index.bs index 620628e..771b9da 100644 --- a/index.bs +++ b/index.bs @@ -677,6 +677,7 @@ dictionary RTCEncodedAudioFrameMetadata { DOMHighResTimeStamp captureTime; DOMHighResTimeStamp senderCaptureTimeOffset; DOMString mimeType; + double audioLevel; }; ### Members ### {#RTCEncodedAudioFrameMetadata-members} @@ -771,6 +772,16 @@ dictionary RTCEncodedAudioFrameMetadata { [[!IANA-MEDIA-TYPES]], e.g. audio/opus.

+
+ audioLevel double +
+
+

+ The audio level of this frame. The value is between 0..1 (linear), + where 1.0 represents 0 dBov, 0 represents silence, and 0.5 represents + approximately 6 dBSPL change in the sound pressure level from 0 dBov. +

+
## RTCEncodedAudioFrame interface ## {#RTCEncodedAudioFrame-interface}