Skip to content

Commit

Permalink
Add silentConcealedSamples (#410)
Browse files Browse the repository at this point in the history
* Add audibleConcealedSamples

* Fix

* ...

* Don't need to specify it's incoming audio, this is already clear from dictionary

* silentConcealedSamples

* Updated silence to include comfort noise
  • Loading branch information
henbos authored and alvestrand committed Mar 20, 2019
1 parent bf73361 commit 42628e6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions webrtc-stats.html
Expand Up @@ -2642,6 +2642,7 @@ <h3>
unsigned long long jitterBufferEmittedCount;
unsigned long long totalSamplesReceived;
unsigned long long concealedSamples;
unsigned long long silentConcealedSamples;
unsigned long long concealmentEvents;
};</pre>
<section>
Expand Down Expand Up @@ -2716,6 +2717,17 @@ <h2>
late to be played out (reported in <a>packetsDiscarded</a>).
</p>
</dd>
<dt>
<dfn><code>silentConcealedSamples</code></dfn> of type <span class=
"idlMemberType"><a>unsigned long long</a></span>
</dt>
<dd>
<p>
The total number of concealed samples inserted that are "silent". Playing out
silent samples results in silence or comfort noise. This is a subset of
<a>concealedSamples</a>.
</p>
</dd>
<dt>
<dfn><code>concealmentEvents</code></dfn> of type <span class=
"idlMemberType"><a>unsigned long long</a></span>
Expand Down

0 comments on commit 42628e6

Please sign in to comment.