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

Issue 1571013002: Remove additional channel constraints when Beamforming is enabled in AudioProcessing (Closed)

Created:
4 years, 11 months ago by aluebs-webrtc
Modified:
4 years, 11 months ago
Reviewers:
the sun, hlundin-webrtc
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
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Remove additional channel constraints when Beamforming is enabled in AudioProcessing The general constraints on number of channels for AudioProcessing is: num_in_channels == num_out_channels || num_out_channels == 1 When Beamforming is enabled and additional constraint was added forcing: num_out_channels == 1 This artificial constraint was removed by adding upmixing support in CopyTo, since it was already supported for the AudioFrame interface using InterleaveTo. Committed: https://crrev.com/b2328d11dcc86fba1661ee3fa0d51fc126939764 Cr-Commit-Position: refs/heads/master@{#11215}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Formatting #

Patch Set 3 : Rebasing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -23 lines) Patch
M talk/media/webrtc/fakewebrtcvoiceengine.h View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/audio_processing/audio_buffer.cc View 1 2 2 chunks +6 lines, -1 line 0 comments Download
M webrtc/modules/audio_processing/audio_processing_impl.h View 1 2 5 chunks +5 lines, -5 lines 0 comments Download
M webrtc/modules/audio_processing/audio_processing_impl.cc View 1 2 10 chunks +20 lines, -15 lines 0 comments Download
M webrtc/modules/audio_processing/echo_cancellation_impl.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/gain_control_impl.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/include/audio_processing.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 23 (12 generated)
aluebs-webrtc
4 years, 11 months ago (2016-01-09 01:59:45 UTC) #2
aluebs-webrtc
Adding solenberg as a reviewer for talk/media/webrtc
4 years, 11 months ago (2016-01-09 03:09:41 UTC) #5
the sun
lgtm for talk/media/webrtc
4 years, 11 months ago (2016-01-11 12:21:19 UTC) #6
hlundin-webrtc
lgtm https://codereview.webrtc.org/1571013002/diff/1/webrtc/modules/audio_processing/audio_buffer.cc File webrtc/modules/audio_processing/audio_buffer.cc (right): https://codereview.webrtc.org/1571013002/diff/1/webrtc/modules/audio_processing/audio_buffer.cc#newcode177 webrtc/modules/audio_processing/audio_buffer.cc:177: // Upmix Nit: Upmix.
4 years, 11 months ago (2016-01-11 16:07:23 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1571013002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1571013002/20001
4 years, 11 months ago (2016-01-12 01:46:10 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: mac_baremetal on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/mac_baremetal/builds/8391)
4 years, 11 months ago (2016-01-12 02:07:49 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1571013002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1571013002/20001
4 years, 11 months ago (2016-01-12 02:22:58 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/2791)
4 years, 11 months ago (2016-01-12 02:24:41 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1571013002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1571013002/40001
4 years, 11 months ago (2016-01-12 03:03:17 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 11 months ago (2016-01-12 04:32:34 UTC) #21
commit-bot: I haz the power
4 years, 11 months ago (2016-01-12 04:32:36 UTC) #23
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/b2328d11dcc86fba1661ee3fa0d51fc126939764
Cr-Commit-Position: refs/heads/master@{#11215}

Powered by Google App Engine
This is Rietveld 408576698