Re: [webrtc-stats] Exposing audio interruption metrics to JavaScript (#770)

I'm in favor of this and can volunteer a PR based on the existing NetEQ definition:
```
An interruption is a loss-concealment event lasting at least 150 ms. The two stats below count the number of such events and the total duration of these events.
```
which is similar to [video freezes](https://w3c.github.io/webrtc-stats/#dom-rtcinboundrtpstreamstats-concealmentevents). Since audio typically uses a constant frame size it does not need the variable window definition that is required for video.
https://w3c.github.io/webrtc-stats/#dom-rtcinboundrtpstreamstats-concealmentevents - concealment events are already defined.

And as shown in the graph by @oanguenot this is useful and can be perceived by users.

-- 
GitHub Notification of comment by fippo
Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/770#issuecomment-3085691402 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 17 July 2025 22:21:50 UTC