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

Issue 1644133002: Calculating ERLE in AEC more properly. (Closed)

Created:
4 years, 10 months ago by minyue-webrtc
Modified:
4 years, 9 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

Calculating ERLE in AEC more properly. The audio level of the AEC's output level was calculated before overlapping add, and therefore, a compensation was needed. The compensation is multiplying the level by 2 since, before overlapping add, the level is roughly halved due to windowing. This had to be that way because the level was calculated in frequency domain and the signal after overlapping add has only its time domain representation. The level calculation has been updated to work on time domain signal and therefore the problem is not there any longer. This CL is to put the calculation of the AEC output level after overlapping add and remove the compensation. BUG= R=peah@webrtc.org Committed: https://crrev.com/944744b25c76810e576516d2f676b1d9105e302f Cr-Commit-Position: refs/heads/master@{#11810}

Patch Set 1 #

Total comments: 1

Patch Set 2 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -18 lines) Patch
M webrtc/modules/audio_processing/aec/aec_core.cc View 1 3 chunks +4 lines, -14 lines 0 comments Download
M webrtc/modules/audio_processing/test/audio_processing_unittest.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
minyue-webrtc
Hi Per, There is no hurry on this CL, but I'd like you to review ...
4 years, 10 months ago (2016-01-29 13:37:43 UTC) #3
peah-webrtc
On 2016/01/29 13:37:43, minyue-webrtc wrote: > Hi Per, > > There is no hurry on ...
4 years, 10 months ago (2016-02-10 09:57:28 UTC) #4
minyue-webrtc
On 2016/02/10 09:57:28, peah-webrtc wrote: > On 2016/01/29 13:37:43, minyue-webrtc wrote: > > Hi Per, ...
4 years, 10 months ago (2016-02-22 08:47:40 UTC) #5
peah-webrtc
https://codereview.webrtc.org/1644133002/diff/1/webrtc/modules/audio_processing/test/audio_processing_unittest.cc File webrtc/modules/audio_processing/test/audio_processing_unittest.cc (left): https://codereview.webrtc.org/1644133002/diff/1/webrtc/modules/audio_processing/test/audio_processing_unittest.cc#oldcode206 webrtc/modules/audio_processing/test/audio_processing_unittest.cc:206: EXPECT_NEAR(reference.instant(), test.instant, 1); I think it would be better ...
4 years, 10 months ago (2016-02-22 09:04:22 UTC) #6
minyue-webrtc
On 2016/02/22 09:04:22, peah-webrtc wrote: > https://codereview.webrtc.org/1644133002/diff/1/webrtc/modules/audio_processing/test/audio_processing_unittest.cc > File webrtc/modules/audio_processing/test/audio_processing_unittest.cc (left): > > https://codereview.webrtc.org/1644133002/diff/1/webrtc/modules/audio_processing/test/audio_processing_unittest.cc#oldcode206 > ...
4 years, 10 months ago (2016-02-22 09:10:51 UTC) #7
minyue-webrtc
rebasing after aec_core.c becoming aec_core.cc.
4 years, 10 months ago (2016-02-26 14:06:37 UTC) #8
peah-webrtc
On 2016/02/22 09:10:51, minyue-webrtc wrote: > On 2016/02/22 09:04:22, peah-webrtc wrote: > > > https://codereview.webrtc.org/1644133002/diff/1/webrtc/modules/audio_processing/test/audio_processing_unittest.cc ...
4 years, 9 months ago (2016-02-29 09:25:28 UTC) #9
minyue-webrtc
Committed patchset #2 (id:20001) manually as 944744b25c76810e576516d2f676b1d9105e302f (presubmit successful).
4 years, 9 months ago (2016-02-29 12:09:13 UTC) #11
commit-bot: I haz the power
4 years, 9 months ago (2016-02-29 12:09:18 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/944744b25c76810e576516d2f676b1d9105e302f
Cr-Commit-Position: refs/heads/master@{#11810}

Powered by Google App Engine
This is Rietveld 408576698