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

Issue 1315903004: ABANDONED: Remove the default receive channel in WVoE. (Closed)

Created:
5 years, 3 months ago by the sun
Modified:
5 years, 2 months ago
Reviewers:
pthatcher1
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, rwolff_gocast.it, yujie_mao (webrtc), tterriberry_mozilla.com, qiang.lu, niklas.enbom, kwiberg-webrtc, tlegrand-webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@mediacontroller
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : rebase #

Patch Set 4 : rebase+merge with remove ringback #

Patch Set 5 : interim #

Patch Set 6 : rebase #

Patch Set 7 : fix pc tests #

Patch Set 8 : rebase #

Patch Set 9 : get rid of conference flag from tests #

Patch Set 10 : use thread checker instead of critical section #

Patch Set 11 : fix some tests #

Patch Set 12 : rebase #

Patch Set 13 : fix tests #

Total comments: 10

Patch Set 14 : rebase #

Patch Set 15 : test #

Total comments: 38

Patch Set 16 : comments #

Patch Set 17 : debugging #

Patch Set 18 : revert #

Patch Set 19 : rebase #

Patch Set 20 : test #

Patch Set 21 : merge #

Patch Set 22 : merge again #

Patch Set 23 : merge more #

Patch Set 24 : test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+320 lines, -485 lines) Patch
M talk/media/webrtc/webrtcvoiceengine.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 4 chunks +4 lines, -14 lines 0 comments Download
M talk/media/webrtc/webrtcvoiceengine.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 25 chunks +90 lines, -220 lines 0 comments Download
M talk/media/webrtc/webrtcvoiceengine_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 110 chunks +226 lines, -248 lines 0 comments Download
M talk/session/media/channel.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -3 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 10 (4 generated)
the sun
Tests still need fixing, but I'd like to hear if you have any initial thoughts ...
5 years, 3 months ago (2015-09-24 11:55:17 UTC) #2
the sun
Fixed remaining unit tests; PTAL.
5 years, 2 months ago (2015-09-30 15:27:00 UTC) #3
pthatcher1
https://codereview.webrtc.org/1315903004/diff/240001/talk/media/webrtc/webrtcvoiceengine.cc File talk/media/webrtc/webrtcvoiceengine.cc (left): https://codereview.webrtc.org/1315903004/diff/240001/talk/media/webrtc/webrtcvoiceengine.cc#oldcode1495 talk/media/webrtc/webrtcvoiceengine.cc:1495: if (engine()->voe()->processing()->SetRxAgcStatus( Are sure we want to set this ...
5 years, 2 months ago (2015-10-02 02:33:31 UTC) #4
the sun
Thanks for taking the time to dig into this Peter. The code for sure is ...
5 years, 2 months ago (2015-10-02 11:34:20 UTC) #5
the sun
Andrew, can you explain why receive side AGC was only enabled for the default receive ...
5 years, 2 months ago (2015-10-02 12:10:39 UTC) #7
Andrew MacDonald
5 years, 2 months ago (2015-10-02 17:04:01 UTC) #9
On 2015/10/02 12:10:39, the sun wrote:
> Andrew, can you explain why receive side AGC was only enabled for the default
> receive channel?
> 
> (see line 1496 of webrtcvoiceengine.cc)

No. IIRC this was originally desired for PSTN users that wouldn't otherwise have
gone through the webrtc AGC. It seems to me you'd want to configure that for
each channel.

Tomas, do you have any idea if this is still a needed feature? I can see the
value in it, but we should be permitting configuration consistent with the
expected use case :)

Powered by Google App Engine
This is Rietveld 408576698