Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Issue 2341293002: Add new decoding statistics for muted output (Closed)

Created:
4 years, 3 months ago by hlundin-webrtc
Modified:
4 years, 3 months ago
Reviewers:
the sun, tommi
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, yujie_mao (webrtc), kwiberg-webrtc, hlundin-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, qiang.lu, niklas.enbom, peah-webrtc, minyue-webrtc
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add new decoding statistics for muted output This change adds a new statistic for logging how many calls to NetEq::GetAudio resulted in a "muted output". A muted output happens if the packet stream has been dead for some time (and the last decoded packet was not comfort noise). BUG=webrtc:5606 BUG=b/31256483 Committed: https://crrev.com/63489787a0d0b7e613e8be3d9d06959ebc2abc45 Cr-Commit-Position: refs/heads/master@{#14302}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Updates after reviews #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -14 lines) Patch
M webrtc/api/call/audio_receive_stream.h View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/api/statscollector.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/api/statscollector_unittest.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M webrtc/api/statstypes.h View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/api/statstypes.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/audio/audio_receive_stream.cc View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/audio/audio_receive_stream_unittest.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M webrtc/common_types.h View 2 chunks +3 lines, -1 line 0 comments Download
M webrtc/media/base/mediachannel.h View 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/media/engine/webrtcvoiceengine.cc View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/media/engine/webrtcvoiceengine_unittest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/acm2/acm_receiver.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/acm2/audio_coding_module_unittest_oldapi.cc View 3 chunks +4 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/call_statistics.h View 1 chunk +3 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/call_statistics.cc View 1 2 chunks +7 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/call_statistics_unittest.cc View 3 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 16 (8 generated)
hlundin-webrtc
tommi, solenberg, Please, take a look. Thanks!
4 years, 3 months ago (2016-09-16 13:02:38 UTC) #5
tommi
lgtm. Out of curiosity, how long is "some time"? (see description) https://codereview.webrtc.org/2341293002/diff/20001/webrtc/modules/audio_coding/acm2/call_statistics.cc File webrtc/modules/audio_coding/acm2/call_statistics.cc (right): ...
4 years, 3 months ago (2016-09-16 13:36:56 UTC) #6
the sun
lgtm https://codereview.webrtc.org/2341293002/diff/20001/webrtc/modules/audio_coding/acm2/acm_receiver.cc File webrtc/modules/audio_coding/acm2/acm_receiver.cc (right): https://codereview.webrtc.org/2341293002/diff/20001/webrtc/modules/audio_coding/acm2/acm_receiver.cc#newcode194 webrtc/modules/audio_coding/acm2/acm_receiver.cc:194: call_stats_.DecodedByNetEq(audio_frame->speech_type_, *muted); nit: DCHECK the pointer at function ...
4 years, 3 months ago (2016-09-16 17:18:36 UTC) #7
the sun
On 2016/09/16 17:18:36, the sun wrote: > lgtm > > https://codereview.webrtc.org/2341293002/diff/20001/webrtc/modules/audio_coding/acm2/acm_receiver.cc > File webrtc/modules/audio_coding/acm2/acm_receiver.cc (right): ...
4 years, 3 months ago (2016-09-16 17:19:12 UTC) #8
hlundin-webrtc
Thanks! Will commit ps2. https://codereview.webrtc.org/2341293002/diff/20001/webrtc/modules/audio_coding/acm2/acm_receiver.cc File webrtc/modules/audio_coding/acm2/acm_receiver.cc (right): https://codereview.webrtc.org/2341293002/diff/20001/webrtc/modules/audio_coding/acm2/acm_receiver.cc#newcode194 webrtc/modules/audio_coding/acm2/acm_receiver.cc:194: call_stats_.DecodedByNetEq(audio_frame->speech_type_, *muted); On 2016/09/16 17:18:36, ...
4 years, 3 months ago (2016-09-20 07:48:38 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2341293002/40001
4 years, 3 months ago (2016-09-20 07:48:50 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:40001)
4 years, 3 months ago (2016-09-20 08:47:16 UTC) #14
commit-bot: I haz the power
4 years, 3 months ago (2016-09-20 08:47:25 UTC) #16
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/63489787a0d0b7e613e8be3d9d06959ebc2abc45
Cr-Commit-Position: refs/heads/master@{#14302}

Powered by Google App Engine
This is Rietveld 408576698