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

Issue 1314803003: Include default communication devices in audio device enumerations. This removes heuristic that pic… (Closed)

Created:
5 years, 3 months ago by tommi (sloooow) - chröme
Modified:
5 years, 3 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, posciak+watch_chromium.org, jam, mcasas+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, mkwst+moarreviews-renderer_chromium.org, wjia+watch_chromium.org, miu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Include default communication devices in audio device enumerations. This removes heuristic that picks the communications output device for rendering when associated with an active communications capture device. It also removes the goog specific constraint we offered to turn off ducking, since ducking will now always be turned off for the default device. BUG=525443 Committed: https://crrev.com/13c341a15d70751583937a2608ae82525010f7b3 Cr-Commit-Position: refs/heads/master@{#346113}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -222 lines) Patch
M content/browser/renderer_host/media/media_stream_manager.cc View 1 chunk +1 line, -6 lines 0 comments Download
M content/common/media/media_stream_options.h View 1 chunk +0 lines, -3 lines 0 comments Download
M content/common/media/media_stream_options.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/media/media_stream_audio_processor_options.cc View 2 chunks +1 line, -15 lines 0 comments Download
M content/renderer/media/media_stream_audio_processor_unittest.cc View 2 chunks +1 line, -6 lines 0 comments Download
M content/renderer/media/media_stream_dispatcher.h View 2 chunks +0 lines, -6 lines 0 comments Download
M content/renderer/media/media_stream_dispatcher.cc View 1 chunk +0 lines, -15 lines 0 comments Download
M content/renderer/media/media_stream_dispatcher_unittest.cc View 1 chunk +0 lines, -62 lines 0 comments Download
M content/renderer/media/webrtc/peer_connection_dependency_factory.cc View 2 chunks +0 lines, -10 lines 0 comments Download
M content/renderer/media/webrtc_audio_renderer.cc View 1 2 chunks +1 line, -17 lines 0 comments Download
M content/renderer/media/webrtc_local_audio_renderer.cc View 2 chunks +1 line, -15 lines 0 comments Download
M media/audio/audio_manager_base.h View 1 chunk +4 lines, -0 lines 0 comments Download
M media/audio/audio_manager_base.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M media/audio/win/audio_low_latency_input_win.h View 1 chunk +0 lines, -5 lines 0 comments Download
M media/audio/win/audio_low_latency_input_win.cc View 4 chunks +17 lines, -43 lines 0 comments Download
M media/audio/win/audio_low_latency_output_win.cc View 2 chunks +7 lines, -2 lines 0 comments Download
M media/audio/win/audio_manager_win.cc View 2 chunks +9 lines, -3 lines 0 comments Download
M media/audio/win/core_audio_util_win.cc View 3 chunks +23 lines, -13 lines 0 comments Download

Messages

Total messages: 19 (5 generated)
tommi (sloooow) - chröme
Hey guys - I'd like both of you to take a look at this if ...
5 years, 3 months ago (2015-08-27 15:06:51 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1314803003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1314803003/1
5 years, 3 months ago (2015-08-27 15:07:22 UTC) #4
DaleCurtis
Nice cleanup, this solution seems a lot more elegant! I suppose our bots have any ...
5 years, 3 months ago (2015-08-27 16:23:34 UTC) #5
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-08-27 16:47:30 UTC) #7
henrika (OOO until Aug 14)
Great work Tommi. Did you run the AudioManagerTest? LGTM
5 years, 3 months ago (2015-08-28 07:29:21 UTC) #8
henrika (OOO until Aug 14)
https://codereview.chromium.org/1314803003/diff/1/media/audio/win/audio_low_latency_input_win.cc File media/audio/win/audio_low_latency_input_win.cc (right): https://codereview.chromium.org/1314803003/diff/1/media/audio/win/audio_low_latency_input_win.cc#newcode435 media/audio/win/audio_low_latency_input_win.cc:435: if (device_id_ == AudioManagerBase::kDefaultDeviceId) { This new version is ...
5 years, 3 months ago (2015-08-28 07:29:45 UTC) #9
tommi (sloooow) - chröme
Address comment
5 years, 3 months ago (2015-08-28 07:33:24 UTC) #10
tommi (sloooow) - chröme
https://codereview.chromium.org/1314803003/diff/1/content/renderer/media/webrtc_audio_renderer.cc File content/renderer/media/webrtc_audio_renderer.cc (right): https://codereview.chromium.org/1314803003/diff/1/content/renderer/media/webrtc_audio_renderer.cc#newcode188 content/renderer/media/webrtc_audio_renderer.cc:188: frames_per_buffer, 0), On 2015/08/27 16:23:34, DaleCurtis wrote: > Just ...
5 years, 3 months ago (2015-08-28 07:33:33 UTC) #11
tommi (sloooow) - chröme
Thanks. Yes, ran the tests, tested some webrtc apps, the Hangouts extension and that chromeRenderToAssociatedSink ...
5 years, 3 months ago (2015-08-28 07:37:17 UTC) #12
tommi (sloooow) - chröme
Thanks. Yes, ran the tests, tested some webrtc apps, the Hangouts extension and that chromeRenderToAssociatedSink ...
5 years, 3 months ago (2015-08-28 07:37:17 UTC) #13
tommi (sloooow) - chröme
whoa... sorry for the double click. apparently it causes double post :)
5 years, 3 months ago (2015-08-28 07:38:51 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1314803003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1314803003/20001
5 years, 3 months ago (2015-08-28 07:39:10 UTC) #17
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 3 months ago (2015-08-28 10:02:18 UTC) #18
commit-bot: I haz the power
5 years, 3 months ago (2015-08-28 10:02:58 UTC) #19
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/13c341a15d70751583937a2608ae82525010f7b3
Cr-Commit-Position: refs/heads/master@{#346113}

Powered by Google App Engine
This is Rietveld 408576698