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

Issue 1510873004: Using buffered signal to calculate the level of echo cancellation. (Closed)

Created:
5 years ago by minyue-webrtc
Modified:
4 years, 10 months ago
Reviewers:
peah-webrtc
CC:
webrtc-reviews_webrtc.org, Andrew MacDonald, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, kwiberg-webrtc, the sun, aluebs-webrtc, bjornv1
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Using buffered signal to calculate the level of echo cancellation. The level of the error signal after linear echo cancellation was based on non-buffered signal while that of the near-end and far-end signal based on buffered signal. This discrepancy made the comparison of them unfair. This CL is to make calculating the error level rely on the same buffering. BUG= Committed: https://crrev.com/691b8369ff1a77144d715b18675f610dfd3d60e3 Cr-Commit-Position: refs/heads/master@{#11408}

Patch Set 1 : #

Patch Set 2 : correcting #

Total comments: 2

Patch Set 3 : reducing buffer for nearLevel and farLevel #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -25 lines) Patch
M webrtc/modules/audio_processing/aec/aec_core.c View 1 2 10 chunks +15 lines, -23 lines 1 comment Download
M webrtc/modules/audio_processing/test/audio_processing_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 19 (8 generated)
minyue-webrtc
Hi Per, This is another change in the AEC metric calculation. Would you help review? ...
4 years, 11 months ago (2016-01-22 14:44:57 UTC) #5
minyue-webrtc
Hi Per, If you have not reviewed this yet, skip patch set 1. There is ...
4 years, 11 months ago (2016-01-25 11:37:55 UTC) #6
peah-webrtc
https://codereview.webrtc.org/1510873004/diff/60001/webrtc/modules/audio_processing/aec/aec_core.c File webrtc/modules/audio_processing/aec/aec_core.c (right): https://codereview.webrtc.org/1510873004/diff/60001/webrtc/modules/audio_processing/aec/aec_core.c#newcode1372 webrtc/modules/audio_processing/aec/aec_core.c:1372: // Update eBuf with echo subtractor output. This may ...
4 years, 11 months ago (2016-01-25 12:23:02 UTC) #7
minyue-webrtc
https://codereview.webrtc.org/1510873004/diff/60001/webrtc/modules/audio_processing/aec/aec_core.c File webrtc/modules/audio_processing/aec/aec_core.c (right): https://codereview.webrtc.org/1510873004/diff/60001/webrtc/modules/audio_processing/aec/aec_core.c#newcode1372 webrtc/modules/audio_processing/aec/aec_core.c:1372: // Update eBuf with echo subtractor output. On 2016/01/25 ...
4 years, 11 months ago (2016-01-25 14:26:55 UTC) #8
peah-webrtc
lgtm However, Would it be possible to compute the levels for all the metrics over ...
4 years, 11 months ago (2016-01-25 16:28:16 UTC) #9
minyue-webrtc
On 2016/01/25 16:28:16, peah-webrtc wrote: > lgtm > > However, > Would it be possible ...
4 years, 10 months ago (2016-01-26 15:58:26 UTC) #10
minyue-webrtc
I changed the implementation. Now the unittest has to change a bit, the new result ...
4 years, 10 months ago (2016-01-26 16:46:47 UTC) #12
peah-webrtc
On 2016/01/26 16:46:47, minyue-webrtc wrote: > I changed the implementation. Now the unittest has to ...
4 years, 10 months ago (2016-01-27 22:27:19 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1510873004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1510873004/80001
4 years, 10 months ago (2016-01-27 22:29:25 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:80001)
4 years, 10 months ago (2016-01-27 23:44:58 UTC) #17
commit-bot: I haz the power
4 years, 10 months ago (2016-01-27 23:45:07 UTC) #19
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/691b8369ff1a77144d715b18675f610dfd3d60e3
Cr-Commit-Position: refs/heads/master@{#11408}

Powered by Google App Engine
This is Rietveld 408576698