w3c / mediacapture-extensions

Extensions to Media Capture and Streams by the WebRTC Working Group
https://w3c.github.io/mediacapture-extensions/
Other
19 stars 14 forks source link

[Audio Stats] Add current latency #119

Closed henbos closed 7 months ago

henbos commented 8 months ago

While discussing #117, it was pointed out that in addition to "avg latency" computed from two track.stats calls, for A/V sync it would be super useful to know what the latest latency was. We also removed total latency from that PR in order to separate discussions and make progress.

In this issue we'll address current latency. I'll create a separate issue to address average latency.

henbos commented 8 months ago

What the heck, did my PRs get so engagled that GitHub merged both of them? I'll create a new one, latency has NOT been fixed.

henbos commented 8 months ago

The new audio latency PR is #124, it has not merged yet.