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

Issue 2718993002: Added post-adjustment of the suppression gains (Closed)

Created:
3 years, 9 months ago by peah-webrtc
Modified:
3 years, 9 months ago
Reviewers:
hlundin-webrtc
CC:
webrtc-reviews_webrtc.org, 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

Added post-adjustment of the suppression gains This CL adds correction of the echo suppressor gain It contains 2 changes: -Bounds the upper value for the echo suppression gain for bin 1 to avoid that the high-pass filter causes the gain to be high for bin 1, which in turn may impact the realization of any lower gains for the neighboring bins. -Bounds the upper values for the echo suppression gains for the higher bins to avoid any impact of the external anti-aliasing filters. BUG=webrtc:6018 Review-Url: https://codereview.webrtc.org/2718993002 Cr-Commit-Position: refs/heads/master@{#16854} Committed: https://chromium.googlesource.com/external/webrtc/+/a2376e7db6b6c7b8fbe070fe7e277e476361d3ff

Patch Set 1 : Added post-adjustment of the suppression gains #

Total comments: 14

Patch Set 2 : Changes in response to reviewer comments #

Total comments: 2

Patch Set 3 : Added DHECK #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -12 lines) Patch
M webrtc/modules/audio_processing/aec3/suppression_filter.cc View 1 2 1 chunk +3 lines, -8 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/suppression_gain.cc View 1 3 chunks +25 lines, -4 lines 0 comments Download

Messages

Total messages: 16 (9 generated)
peah-webrtc
Here is a CL containing a new tuning for the AEC3. PTAL https://codereview.webrtc.org/2718993002/diff/50001/webrtc/modules/audio_processing/aec3/suppression_filter.cc File webrtc/modules/audio_processing/aec3/suppression_filter.cc ...
3 years, 9 months ago (2017-02-27 07:55:23 UTC) #6
hlundin-webrtc
https://codereview.webrtc.org/2718993002/diff/50001/webrtc/modules/audio_processing/aec3/suppression_filter.cc File webrtc/modules/audio_processing/aec3/suppression_filter.cc (right): https://codereview.webrtc.org/2718993002/diff/50001/webrtc/modules/audio_processing/aec3/suppression_filter.cc#newcode142 webrtc/modules/audio_processing/aec3/suppression_filter.cc:142: float high_bands_gain = std::accumulate( Iiuc, this is not an ...
3 years, 9 months ago (2017-02-27 08:12:52 UTC) #7
peah-webrtc
Thanks for the comments! I've addressed them in a new patch. PTAL https://codereview.webrtc.org/2718993002/diff/50001/webrtc/modules/audio_processing/aec3/suppression_filter.cc File webrtc/modules/audio_processing/aec3/suppression_filter.cc ...
3 years, 9 months ago (2017-02-27 08:25:48 UTC) #8
hlundin-webrtc
LGTM with one suggestion. https://codereview.webrtc.org/2718993002/diff/70001/webrtc/modules/audio_processing/aec3/suppression_filter.cc File webrtc/modules/audio_processing/aec3/suppression_filter.cc (right): https://codereview.webrtc.org/2718993002/diff/70001/webrtc/modules/audio_processing/aec3/suppression_filter.cc#newcode142 webrtc/modules/audio_processing/aec3/suppression_filter.cc:142: *std::min_element(suppression_gain.begin() + 3, suppression_gain.end()); In ...
3 years, 9 months ago (2017-02-27 08:32:58 UTC) #9
peah-webrtc
Thanks for the review!!! I added the suggested DCHECK. https://codereview.webrtc.org/2718993002/diff/70001/webrtc/modules/audio_processing/aec3/suppression_filter.cc File webrtc/modules/audio_processing/aec3/suppression_filter.cc (right): https://codereview.webrtc.org/2718993002/diff/70001/webrtc/modules/audio_processing/aec3/suppression_filter.cc#newcode142 webrtc/modules/audio_processing/aec3/suppression_filter.cc:142: ...
3 years, 9 months ago (2017-02-27 08:46:39 UTC) #10
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/2718993002/90001
3 years, 9 months ago (2017-02-27 08:46:52 UTC) #13
commit-bot: I haz the power
3 years, 9 months ago (2017-02-27 09:15:31 UTC) #16
Message was sent while issue was closed.
Committed patchset #3 (id:90001) as
https://chromium.googlesource.com/external/webrtc/+/a2376e7db6b6c7b8fbe070fe7...

Powered by Google App Engine
This is Rietveld 408576698