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

Issue 2974583004: Transparency improvements in the echo canceller 3 (Closed)

Created:
3 years, 5 months ago by peah-webrtc
Modified:
3 years, 5 months ago
Reviewers:
ivoc
CC:
webrtc-reviews_webrtc.org, AleBzk, peah-webrtc, Andrew MacDonald, aleloi, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, kwiberg-webrtc, minyue-webrtc, the sun, aluebs-webrtc, bjornv1
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Transparency improvements in the echo canceller 3 This CL adds two changes: -Adaptive adjustment of the echo suppression to both cover the cases when the echo path well covers the room, and when when it does not. -Identification of the case when the echo is too low to be audible and adaptive handling of this case in the echo suppression. BUG=webrtc:7519, webrtc:7956, webrtc:7957 Review-Url: https://codereview.webrtc.org/2974583004 Cr-Commit-Position: refs/heads/master@{#18962} Committed: https://chromium.googlesource.com/external/webrtc/+/2910357621dee4368bd3eaa0040cec82ac230dad

Patch Set 1 #

Total comments: 10

Patch Set 2 : Changes in response to reviewer comments #

Patch Set 3 : Corrected wrong echo estimate vector in unittest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+336 lines, -83 lines) Patch
M webrtc/modules/audio_processing/aec3/adaptive_fir_filter.h View 1 2 chunks +10 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/adaptive_fir_filter.cc View 1 5 chunks +24 lines, -20 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/adaptive_fir_filter_unittest.cc View 1 2 2 chunks +10 lines, -5 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/aec3_common.h View 1 chunk +5 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/aec_state.h View 1 3 chunks +36 lines, -4 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/aec_state.cc View 1 3 chunks +128 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/aec_state_unittest.cc View 12 chunks +59 lines, -28 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/echo_remover.cc View 1 3 chunks +12 lines, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/main_filter_update_gain_unittest.cc View 1 3 chunks +11 lines, -6 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/residual_echo_estimator.cc View 1 2 chunks +7 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/residual_echo_estimator_unittest.cc View 1 3 chunks +8 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/subtractor.h View 1 1 chunk +7 lines, -1 line 0 comments Download
M webrtc/modules/audio_processing/aec3/subtractor.cc View 1 3 chunks +15 lines, -8 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/subtractor_output.h View 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/subtractor_unittest.cc View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 15 (7 generated)
peah-webrtc
Hi ivoc@, Could you please take a look at this CL?
3 years, 5 months ago (2017-07-07 13:51:12 UTC) #2
ivoc
https://codereview.webrtc.org/2974583004/diff/1/webrtc/modules/audio_processing/aec3/adaptive_fir_filter.cc File webrtc/modules/audio_processing/aec3/adaptive_fir_filter.cc (right): https://codereview.webrtc.org/2974583004/diff/1/webrtc/modules/audio_processing/aec3/adaptive_fir_filter.cc#newcode515 webrtc/modules/audio_processing/aec3/adaptive_fir_filter.cc:515: std::copy(h.begin(), h.begin() + kFftLengthBy2, Is it possible to do ...
3 years, 5 months ago (2017-07-10 13:53:56 UTC) #3
peah-webrtc
Thanks for the comments! I have uploaded a new patchset in response to the comments. ...
3 years, 5 months ago (2017-07-10 23:18:09 UTC) #4
ivoc
lgtm!
3 years, 5 months ago (2017-07-11 08:24:40 UTC) #5
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/2974583004/20001
3 years, 5 months ago (2017-07-11 08:27:14 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: linux_asan on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_asan/builds/26255) linux_ubsan on master.tryserver.webrtc (JOB_FAILED, ...
3 years, 5 months ago (2017-07-11 08:36:04 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/2974583004/40001
3 years, 5 months ago (2017-07-11 09:21:46 UTC) #12
commit-bot: I haz the power
3 years, 5 months ago (2017-07-11 09:54:09 UTC) #15
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/external/webrtc/+/2910357621dee4368bd3eaa00...

Powered by Google App Engine
This is Rietveld 408576698