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

Issue 2427553003: Moved the AEC render sample queue into the audio processing module (Closed)

Created:
4 years, 2 months ago by peah-webrtc
Modified:
4 years, 2 months ago
Reviewers:
ivoc
CC:
webrtc-reviews_webrtc.org, peah-webrtc, Andrew MacDonald, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, kwiberg-webrtc, minyue-webrtc, the sun, aluebs-webrtc, bjornv1
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Several subcomponents inside APM copy render audio from the render side to the capture side using the same pattern. Currently this is done independently for the submodules. This CL moves the the AEC functionality for this into APM. BUG=webrtc:5298, webrtc:6540 Committed: https://crrev.com/764e364933da2a6ba1629b066d0a897cd5e5c10c Cr-Commit-Position: refs/heads/master@{#14726}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Changes in response to reviewer comments #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -132 lines) Patch
M webrtc/modules/audio_processing/audio_processing_impl.h View 3 chunks +17 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/audio_processing_impl.cc View 1 2 6 chunks +65 lines, -4 lines 0 comments Download
M webrtc/modules/audio_processing/echo_cancellation_bit_exact_unittest.cc View 1 2 1 chunk +5 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/echo_cancellation_impl.h View 5 chunks +8 lines, -18 lines 0 comments Download
M webrtc/modules/audio_processing/echo_cancellation_impl.cc View 6 chunks +41 lines, -108 lines 0 comments Download

Messages

Total messages: 17 (9 generated)
peah-webrtc
4 years, 2 months ago (2016-10-17 12:59:02 UTC) #3
ivoc
Nice change! LGTM with some small nits. https://codereview.webrtc.org/2427553003/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc File webrtc/modules/audio_processing/audio_processing_impl.cc (right): https://codereview.webrtc.org/2427553003/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc#newcode774 webrtc/modules/audio_processing/audio_processing_impl.cc:774: RTC_DCHECK_GE(160u, audio->num_frames_per_band()); ...
4 years, 2 months ago (2016-10-17 14:11:36 UTC) #4
peah-webrtc
https://codereview.webrtc.org/2427553003/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc File webrtc/modules/audio_processing/audio_processing_impl.cc (right): https://codereview.webrtc.org/2427553003/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc#newcode774 webrtc/modules/audio_processing/audio_processing_impl.cc:774: RTC_DCHECK_GE(160u, audio->num_frames_per_band()); On 2016/10/17 14:11:36, ivoc wrote: > I ...
4 years, 2 months ago (2016-10-19 05:19:44 UTC) #5
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/2427553003/20001
4 years, 2 months ago (2016-10-19 05:19:59 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: mac_baremetal on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/mac_baremetal/builds/15277)
4 years, 2 months ago (2016-10-19 05:29:09 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/2427553003/40001
4 years, 2 months ago (2016-10-22 11:39:59 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 2 months ago (2016-10-22 12:04:34 UTC) #15
commit-bot: I haz the power
4 years, 2 months ago (2016-10-22 12:04:42 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/764e364933da2a6ba1629b066d0a897cd5e5c10c
Cr-Commit-Position: refs/heads/master@{#14726}

Powered by Google App Engine
This is Rietveld 408576698