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

Issue 2095563002: Adding activation logic of the new APM level control functionality using MediaConstraints (Closed)

Created:
4 years, 6 months ago by peah-webrtc
Modified:
4 years, 5 months ago
Reviewers:
tommi, hlundin-webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, the sun
Base URL:
https://chromium.googlesource.com/external/webrtc.git@ALC_RC2_CL
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

This CL adds activation logic of the new APM level control functionality and exposes the functionality using the MediaConstraints. The exposing of the feature through the MediaConstraints was done similarly to what was done for the intelligibility enhancer in the CL https://codereview.webrtc.org/1952123003 This CL is dependent on the CL https://codereview.webrtc.org/2090583002/ which contains the level control functionality. NOTRY=true BUG=webrtc:5920 Committed: https://crrev.com/a3333bfafb9eca157b5d1bb59365b720ca9d7c38 Cr-Commit-Position: refs/heads/master@{#13336}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Changed to a more proper log message #

Total comments: 2

Patch Set 3 : Changed logging behavior according to reviewer comments #

Total comments: 6

Patch Set 4 : Changes in response to reviewer comments #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -27 lines) Patch
M webrtc/api/localaudiosource.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/api/mediaconstraintsinterface.h View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/api/mediaconstraintsinterface.cc View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/media/base/mediachannel.h View 4 chunks +27 lines, -21 lines 0 comments Download
M webrtc/media/engine/webrtcvoiceengine.h View 1 chunk +6 lines, -4 lines 0 comments Download
M webrtc/media/engine/webrtcvoiceengine.cc View 1 2 3 3 chunks +33 lines, -2 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 35 (17 generated)
peah-webrtc
Hi, Here is the CL for the activation of the level control functionality. I did ...
4 years, 5 months ago (2016-06-27 07:08:27 UTC) #7
tommi
lgtm. Will there be a followup cl to enable this in Chrome? https://codereview.webrtc.org/2095563002/diff/60001/webrtc/media/engine/webrtcvoiceengine.cc File webrtc/media/engine/webrtcvoiceengine.cc ...
4 years, 5 months ago (2016-06-27 07:19:41 UTC) #8
peah-webrtc
On 2016/06/27 07:19:41, tommi-webrtc wrote: > lgtm. Will there be a followup cl to enable ...
4 years, 5 months ago (2016-06-27 08:22:05 UTC) #9
peah-webrtc
https://codereview.webrtc.org/2095563002/diff/60001/webrtc/media/engine/webrtcvoiceengine.cc File webrtc/media/engine/webrtcvoiceengine.cc (right): https://codereview.webrtc.org/2095563002/diff/60001/webrtc/media/engine/webrtcvoiceengine.cc#newcode869 webrtc/media/engine/webrtcvoiceengine.cc:869: LOG(LS_INFO) << "Level Control is enabled? " << *level_control_; ...
4 years, 5 months ago (2016-06-27 08:22:12 UTC) #10
tommi
https://codereview.webrtc.org/2095563002/diff/80001/webrtc/media/engine/webrtcvoiceengine.cc File webrtc/media/engine/webrtcvoiceengine.cc (right): https://codereview.webrtc.org/2095563002/diff/80001/webrtc/media/engine/webrtcvoiceengine.cc#newcode870 webrtc/media/engine/webrtcvoiceengine.cc:870: << "enabled"; My preference is to keep the amount ...
4 years, 5 months ago (2016-06-27 08:34:33 UTC) #11
peah-webrtc
https://codereview.webrtc.org/2095563002/diff/80001/webrtc/media/engine/webrtcvoiceengine.cc File webrtc/media/engine/webrtcvoiceengine.cc (right): https://codereview.webrtc.org/2095563002/diff/80001/webrtc/media/engine/webrtcvoiceengine.cc#newcode870 webrtc/media/engine/webrtcvoiceengine.cc:870: << "enabled"; On 2016/06/27 08:34:33, tommi-webrtc wrote: > My ...
4 years, 5 months ago (2016-06-27 08:41:12 UTC) #12
tommi
lgtm
4 years, 5 months ago (2016-06-27 11:25:18 UTC) #13
hlundin-webrtc
LGTM with comments. https://codereview.webrtc.org/2095563002/diff/100001/webrtc/api/localaudiosource.cc File webrtc/api/localaudiosource.cc (right): https://codereview.webrtc.org/2095563002/diff/100001/webrtc/api/localaudiosource.cc#newcode56 webrtc/api/localaudiosource.cc:56: {MediaConstraintsInterface::kAudioMirroring, options->stereo_swapping}}; I presume clang-format gave ...
4 years, 5 months ago (2016-06-27 11:44:27 UTC) #14
peah-webrtc
https://codereview.webrtc.org/2095563002/diff/100001/webrtc/api/localaudiosource.cc File webrtc/api/localaudiosource.cc (right): https://codereview.webrtc.org/2095563002/diff/100001/webrtc/api/localaudiosource.cc#newcode56 webrtc/api/localaudiosource.cc:56: {MediaConstraintsInterface::kAudioMirroring, options->stereo_swapping}}; On 2016/06/27 11:44:27, hlundin-webrtc wrote: > I ...
4 years, 5 months ago (2016-06-27 23:00:05 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/2095563002/140001
4 years, 5 months ago (2016-06-30 04:31:59 UTC) #18
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/14656)
4 years, 5 months ago (2016-06-30 04:38:30 UTC) #20
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/2095563002/140001
4 years, 5 months ago (2016-06-30 05:35:44 UTC) #22
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/14657)
4 years, 5 months ago (2016-06-30 05:42:30 UTC) #24
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/2095563002/140001
4 years, 5 months ago (2016-06-30 06:37:52 UTC) #26
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/14660)
4 years, 5 months ago (2016-06-30 06:44:03 UTC) #28
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/2095563002/140001
4 years, 5 months ago (2016-06-30 06:59:23 UTC) #31
commit-bot: I haz the power
Committed patchset #5 (id:140001)
4 years, 5 months ago (2016-06-30 07:02:39 UTC) #33
commit-bot: I haz the power
4 years, 5 months ago (2016-06-30 07:02:47 UTC) #35
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/a3333bfafb9eca157b5d1bb59365b720ca9d7c38
Cr-Commit-Position: refs/heads/master@{#13336}

Powered by Google App Engine
This is Rietveld 408576698