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

Issue 1739993003: Adding fraction of filter divergence in AEC metrics. (Closed)

Created:
4 years, 10 months ago by minyue-webrtc
Modified:
4 years, 8 months ago
CC:
webrtc-reviews_webrtc.org, Andrew MacDonald, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, kwiberg-webrtc, minyue-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

Adding fraction of filter divergence in AEC metrics. With the current AEC algorithm, the divergence of the echo cancelling linear filter is a strong signal of non-transparency. During double talk, it can result in a ducking artifacts. In this CL, a metric that tells the fraction of filter divergence is added. This can measure the severity of non-transparency. BUG= Committed: https://crrev.com/e10fc3fb2db623c65bb047000d6e6346f728e7dd Cr-Commit-Position: refs/heads/master@{#12276}

Patch Set 1 #

Total comments: 5

Patch Set 2 : rebase #

Patch Set 3 : adding MeanCalculator #

Patch Set 4 : renaming #

Total comments: 59

Patch Set 5 : addressing Per's comments #

Total comments: 9

Patch Set 6 : rebasing #

Total comments: 1

Patch Set 7 : adding audibility and more #

Total comments: 17

Patch Set 8 : adding block_fraction_calculator and more #

Total comments: 7

Patch Set 9 : moving DivergentFilterFraction to aec_core #

Patch Set 10 : adding a header #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -5 lines) Patch
M webrtc/modules/audio_processing/aec/aec_core.cc View 1 2 3 4 5 6 7 8 9 5 chunks +63 lines, -5 lines 0 comments Download
M webrtc/modules/audio_processing/aec/aec_core_internal.h View 1 2 3 4 5 6 7 8 2 chunks +26 lines, -0 lines 0 comments Download

Messages

Total messages: 46 (20 generated)
minyue-webrtc
Hi Tina and Per, I'd like you to review this CL. Thanks!
4 years, 10 months ago (2016-02-26 13:36:39 UTC) #3
peah-webrtc
https://codereview.webrtc.org/1739993003/diff/1/webrtc/modules/audio_processing/aec/aec_core.cc File webrtc/modules/audio_processing/aec/aec_core.cc (right): https://codereview.webrtc.org/1739993003/diff/1/webrtc/modules/audio_processing/aec/aec_core.cc#newcode625 webrtc/modules/audio_processing/aec/aec_core.cc:625: // is larger than that of near-end signal by ...
4 years, 9 months ago (2016-02-29 14:05:56 UTC) #4
tlegrand-webrtc
Great that you are adding this metric! I have to leave it to Per to ...
4 years, 9 months ago (2016-03-02 15:30:29 UTC) #5
kwiberg-webrtc
https://codereview.webrtc.org/1739993003/diff/1/webrtc/modules/audio_processing/aec/aec_core.cc File webrtc/modules/audio_processing/aec/aec_core.cc (right): https://codereview.webrtc.org/1739993003/diff/1/webrtc/modules/audio_processing/aec/aec_core.cc#newcode50 webrtc/modules/audio_processing/aec/aec_core.cc:50: On 2016/03/02 15:30:29, tlegrand-webrtc wrote: > I'm wondering if ...
4 years, 9 months ago (2016-03-02 18:33:03 UTC) #7
minyue-webrtc
Hi, Thanks for the review! I did more study on the metric. My findings are ...
4 years, 9 months ago (2016-03-10 14:28:58 UTC) #15
peah-webrtc
https://codereview.webrtc.org/1739993003/diff/180001/webrtc/modules/audio_processing/aec/aec_core.cc File webrtc/modules/audio_processing/aec/aec_core.cc (right): https://codereview.webrtc.org/1739993003/diff/180001/webrtc/modules/audio_processing/aec/aec_core.cc#newcode625 webrtc/modules/audio_processing/aec/aec_core.cc:625: const float level_increase = What about renaming level_increase to ...
4 years, 9 months ago (2016-03-14 09:12:53 UTC) #16
minyue-webrtc
Hi Per, Thanks for the comments! I tried to answer your concerns + uploaded a ...
4 years, 9 months ago (2016-03-14 14:51:42 UTC) #17
peah-webrtc
https://codereview.webrtc.org/1739993003/diff/180001/webrtc/modules/audio_processing/aec/aec_core.cc File webrtc/modules/audio_processing/aec/aec_core.cc (right): https://codereview.webrtc.org/1739993003/diff/180001/webrtc/modules/audio_processing/aec/aec_core.cc#newcode625 webrtc/modules/audio_processing/aec/aec_core.cc:625: const float level_increase = On 2016/03/14 14:51:41, minyue-webrtc wrote: ...
4 years, 9 months ago (2016-03-15 09:18:41 UTC) #18
tlegrand-webrtc
Comments from me for parts of Patch Set 5. I haven't looked at the newly ...
4 years, 9 months ago (2016-03-17 12:28:40 UTC) #19
minyue-webrtc
Hi reviewers, Thanks for the review! Two new patch sets are added now. Patch set ...
4 years, 8 months ago (2016-04-03 21:42:06 UTC) #22
minyue-webrtc
I added a comment also. I think the CL is close to finishing. Would you ...
4 years, 8 months ago (2016-04-04 15:07:44 UTC) #23
peah-webrtc
https://codereview.webrtc.org/1739993003/diff/280001/webrtc/modules/audio_processing/aec/aec_core.cc File webrtc/modules/audio_processing/aec/aec_core.cc (right): https://codereview.webrtc.org/1739993003/diff/280001/webrtc/modules/audio_processing/aec/aec_core.cc#newcode160 webrtc/modules/audio_processing/aec/aec_core.cc:160: // TODO(minyue): Due to a legacy bug, |framelevel| and ...
4 years, 8 months ago (2016-04-05 09:15:52 UTC) #24
minyue-webrtc
Thanks for the comments! Before adding a new patch set, let me discuss with you ...
4 years, 8 months ago (2016-04-05 09:50:31 UTC) #25
peah-webrtc
https://codereview.webrtc.org/1739993003/diff/280001/webrtc/modules/audio_processing/aec/aec_core.cc File webrtc/modules/audio_processing/aec/aec_core.cc (right): https://codereview.webrtc.org/1739993003/diff/280001/webrtc/modules/audio_processing/aec/aec_core.cc#newcode622 webrtc/modules/audio_processing/aec/aec_core.cc:622: const bool audible = aec->nlpoutlevel.framelevel.GetLatestMean() > On 2016/04/05 09:50:31, ...
4 years, 8 months ago (2016-04-05 10:42:03 UTC) #26
minyue-webrtc
Per the discussion on the use of BlockMeanCalculator to calculate fraction, I added BlockFractionCalculator, it ...
4 years, 8 months ago (2016-04-05 12:29:12 UTC) #28
peah-webrtc
https://codereview.webrtc.org/1739993003/diff/320001/webrtc/modules/audio_processing/aec/aec_core.cc File webrtc/modules/audio_processing/aec/aec_core.cc (right): https://codereview.webrtc.org/1739993003/diff/320001/webrtc/modules/audio_processing/aec/aec_core.cc#newcode57 webrtc/modules/audio_processing/aec/aec_core.cc:57: static const int kDivergeMetricAggregationWindow = 25; This should probably ...
4 years, 8 months ago (2016-04-06 11:01:10 UTC) #29
minyue-webrtc
Hi Per, I followed your request. How does it look now? https://codereview.webrtc.org/1739993003/diff/320001/webrtc/modules/audio_processing/aec/aec_core.cc File webrtc/modules/audio_processing/aec/aec_core.cc (right): ...
4 years, 8 months ago (2016-04-06 13:35:37 UTC) #30
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1739993003/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1739993003/340001
4 years, 8 months ago (2016-04-06 19:58:55 UTC) #32
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_x64_gn_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_x64_gn_dbg/builds/8370)
4 years, 8 months ago (2016-04-06 20:05:08 UTC) #34
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1739993003/360001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1739993003/360001
4 years, 8 months ago (2016-04-07 08:08:00 UTC) #36
peah-webrtc
On 2016/04/07 08:08:00, commit-bot: I haz the power wrote: > Dry run: CQ is trying ...
4 years, 8 months ago (2016-04-07 08:58:20 UTC) #37
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-07 09:49:12 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1739993003/360001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1739993003/360001
4 years, 8 months ago (2016-04-07 09:55:21 UTC) #41
commit-bot: I haz the power
Committed patchset #10 (id:360001)
4 years, 8 months ago (2016-04-07 09:57:03 UTC) #43
commit-bot: I haz the power
Patchset 10 (id:??) landed as https://crrev.com/e10fc3fb2db623c65bb047000d6e6346f728e7dd Cr-Commit-Position: refs/heads/master@{#12276}
4 years, 8 months ago (2016-04-07 09:57:09 UTC) #45
tlegrand-webrtc
4 years, 8 months ago (2016-04-08 10:35:13 UTC) #46
Message was sent while issue was closed.
Sorry for the late review. LGTM

Powered by Google App Engine
This is Rietveld 408576698