[webrtc-stats] new commits pushed by vr000m

The following commits were just pushed by vr000m to https://github.com/w3c/webrtc-stats:

* Adding audio level stat that can be used to compute averages. (#221)

* Adding audio level stat that can be used to compute averages.

Fixes #220.

It's slightly different than most of the stats of this sort, since the
application needs to compute "sqrt(a)/b", not just "a/b". But the
concept is the same.

* Add "totalSamplesDuration", to be used with "totalAudioEnergy".

This now takes a sample's duration into account when adding it to
`totalAudioEnergy`, which prevents higher-frequency samples from
being weighted more significantly than lower-frequency samples.

* Adding more clarity about audio level formulas.
  by Taylor Brandstetter
https://github.com/w3c/webrtc-stats/commit/c3109a3f5421c83e7fb329f00342b0eaffb75757

Received on Wednesday, 14 June 2017 18:06:21 UTC