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

Issue 2800033003: Fixing sample-rate dependent band-split filter issues in AEC3 (Closed)

Created:
3 years, 8 months ago by peah-webrtc
Modified:
3 years, 8 months ago
Reviewers:
hlundin-webrtc
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

Fixing sample-rate dependent band-split filter issues in AEC3 This CL ensures that the number of bands for the render side matches that for the capture side when AEC3 is active. Without this, there was problems when the render rate is different from the capture rate. BUG=webrtc:6018 Review-Url: https://codereview.webrtc.org/2800033003 Cr-Commit-Position: refs/heads/master@{#17586} Committed: https://chromium.googlesource.com/external/webrtc/+/2ce640fada9d045f3161b122cab9fff50f256da8

Patch Set 1 #

Total comments: 3

Patch Set 2 : Changed conditional according to reviewer comments. #

Patch Set 3 : Reverted the changes relating to the number of bands used internally inside AEC3 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -5 lines) Patch
M webrtc/modules/audio_processing/aec3/aec3_common.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/audio_processing/audio_processing_impl.cc View 2 chunks +12 lines, -5 lines 0 comments Download

Messages

Total messages: 22 (12 generated)
peah-webrtc
hlundin@: Could you please take a look at this CL?
3 years, 8 months ago (2017-04-07 09:49:49 UTC) #3
hlundin-webrtc
LGTM with one comment. https://codereview.webrtc.org/2800033003/diff/1/webrtc/modules/audio_processing/aec3/aec3_common.h File webrtc/modules/audio_processing/aec3/aec3_common.h (right): https://codereview.webrtc.org/2800033003/diff/1/webrtc/modules/audio_processing/aec3/aec3_common.h#newcode74 webrtc/modules/audio_processing/aec3/aec3_common.h:74: return std::min(2, static_cast<size_t>( I think ...
3 years, 8 months ago (2017-04-07 09:55:06 UTC) #4
hlundin-webrtc
https://codereview.webrtc.org/2800033003/diff/1/webrtc/modules/audio_processing/aec3/aec3_common.h File webrtc/modules/audio_processing/aec3/aec3_common.h (right): https://codereview.webrtc.org/2800033003/diff/1/webrtc/modules/audio_processing/aec3/aec3_common.h#newcode74 webrtc/modules/audio_processing/aec3/aec3_common.h:74: return std::min(2, static_cast<size_t>( On 2017/04/07 09:55:06, hlundin-webrtc wrote: > ...
3 years, 8 months ago (2017-04-07 09:56:36 UTC) #5
peah-webrtc
Thanks for the comments! https://codereview.webrtc.org/2800033003/diff/1/webrtc/modules/audio_processing/aec3/aec3_common.h File webrtc/modules/audio_processing/aec3/aec3_common.h (right): https://codereview.webrtc.org/2800033003/diff/1/webrtc/modules/audio_processing/aec3/aec3_common.h#newcode74 webrtc/modules/audio_processing/aec3/aec3_common.h:74: return std::min(2, static_cast<size_t>( On 2017/04/07 ...
3 years, 8 months ago (2017-04-07 10:00:16 UTC) #6
peah-webrtc
Thanks for the comments! https://codereview.webrtc.org/2800033003/diff/1/webrtc/modules/audio_processing/aec3/aec3_common.h File webrtc/modules/audio_processing/aec3/aec3_common.h (right): https://codereview.webrtc.org/2800033003/diff/1/webrtc/modules/audio_processing/aec3/aec3_common.h#newcode74 webrtc/modules/audio_processing/aec3/aec3_common.h:74: return std::min(2, static_cast<size_t>( On 2017/04/07 ...
3 years, 8 months ago (2017-04-07 10:00:17 UTC) #7
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/2800033003/20001
3 years, 8 months ago (2017-04-07 10:00:39 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_dbg/builds/23147)
3 years, 8 months ago (2017-04-07 10:24:30 UTC) #12
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/2800033003/40001
3 years, 8 months ago (2017-04-07 10:36:18 UTC) #15
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/2800033003/40001
3 years, 8 months ago (2017-04-07 10:37:58 UTC) #19
commit-bot: I haz the power
3 years, 8 months ago (2017-04-07 10:57:53 UTC) #22
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/external/webrtc/+/2ce640fada9d045f3161b122c...

Powered by Google App Engine
This is Rietveld 408576698