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

Issue 2503843004: Add a reliability term to the echo detector. (Closed)

Created:
4 years, 1 month ago by ivoc
Modified:
4 years, 1 month ago
CC:
webrtc-reviews_webrtc.org, peah-webrtc, Andrew MacDonald, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, kwiberg-webrtc, minyue-webrtc, the sun, aluebs-webrtc, bjornv1
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add a reliability term to the echo detector. This will ensure that the estimated likelihood starts at a low value and prevents initial spikes. BUG=webrtc:6525 Committed: https://crrev.com/fbb374d8ed961f055d9ec71a25e0bb77991e6ec3 Cr-Commit-Position: refs/heads/master@{#15131}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Added function to set reliability directly for use in unittests. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -0 lines) Patch
M webrtc/modules/audio_processing/residual_echo_detector.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/residual_echo_detector.cc View 1 3 chunks +4 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/residual_echo_detector_unittest.cc View 1 4 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (8 generated)
ivoc
Hi Per, I noticed some initial spikes in the estimated echo likelihood, so I added ...
4 years, 1 month ago (2016-11-15 15:26:50 UTC) #3
ivoc
Adding Henrik as reviewer since Per is busy travelling. Henrik: PTAL.
4 years, 1 month ago (2016-11-16 09:27:50 UTC) #5
hlundin-webrtc
https://codereview.webrtc.org/2503843004/diff/1/webrtc/modules/audio_processing/residual_echo_detector.cc File webrtc/modules/audio_processing/residual_echo_detector.cc (right): https://codereview.webrtc.org/2503843004/diff/1/webrtc/modules/audio_processing/residual_echo_detector.cc#newcode104 webrtc/modules/audio_processing/residual_echo_detector.cc:104: reliability_ = (1.0f - kAlpha) * reliability_ + kAlpha ...
4 years, 1 month ago (2016-11-16 09:46:31 UTC) #6
ivoc
https://codereview.webrtc.org/2503843004/diff/1/webrtc/modules/audio_processing/residual_echo_detector.cc File webrtc/modules/audio_processing/residual_echo_detector.cc (right): https://codereview.webrtc.org/2503843004/diff/1/webrtc/modules/audio_processing/residual_echo_detector.cc#newcode104 webrtc/modules/audio_processing/residual_echo_detector.cc:104: reliability_ = (1.0f - kAlpha) * reliability_ + kAlpha ...
4 years, 1 month ago (2016-11-16 12:30:38 UTC) #7
hlundin-webrtc
lgtm https://codereview.webrtc.org/2503843004/diff/1/webrtc/modules/audio_processing/residual_echo_detector.cc File webrtc/modules/audio_processing/residual_echo_detector.cc (right): https://codereview.webrtc.org/2503843004/diff/1/webrtc/modules/audio_processing/residual_echo_detector.cc#newcode104 webrtc/modules/audio_processing/residual_echo_detector.cc:104: reliability_ = (1.0f - kAlpha) * reliability_ + ...
4 years, 1 month ago (2016-11-17 08:14:45 UTC) #8
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/2503843004/1
4 years, 1 month ago (2016-11-17 08:43:40 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: mac_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/mac_rel/builds/20222)
4 years, 1 month ago (2016-11-17 08:54:31 UTC) #12
ivoc
To prevent the slow-start from causing issues in the unittests, I added a function to ...
4 years, 1 month ago (2016-11-17 13:43:13 UTC) #13
hlundin-webrtc
lgtm
4 years, 1 month ago (2016-11-17 13:59:48 UTC) #14
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/2503843004/20001
4 years, 1 month ago (2016-11-17 14:03:12 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 1 month ago (2016-11-17 14:19:50 UTC) #18
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 14:20:06 UTC) #20
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/fbb374d8ed961f055d9ec71a25e0bb77991e6ec3
Cr-Commit-Position: refs/heads/master@{#15131}

Powered by Google App Engine
This is Rietveld 408576698