[webrtc-provisional-stats] Pull Request: jitterBufferTargetDelay

henbos has just submitted a new pull request for https://github.com/w3c/webrtc-provisional-stats:

== jitterBufferTargetDelay ==
Fixes #19:

> In the webrtc.org's implementation of the audio jitter buffer, the jitter buffer has an actual delay ([jitterBufferDelay](https://w3c.github.io/webrtc-stats/#dom-rtcinboundrtpstreamstats-jitterbufferdelay)) and a target delay.
> 
> An implementation does not need to have a target, but for testing it is useful to be able to compare the actual value with the target value. This tells you something about how well samples get accelerated or decelerated.
> 
> Because this is a bit implementation-specific, and tells you more about the implementation's ability to deliver what it wants to deliver rather than direct measurements of achieved quality, this is added to the provisional stats spec for further evaluation.

See https://github.com/w3c/webrtc-provisional-stats/pull/20

Received on Tuesday, 3 March 2020 13:28:54 UTC