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

Issue 14358049: Refactor AudioRendererMixer to be more generic. (Closed)

Created:
7 years, 7 months ago by DaleCurtis
Modified:
7 years, 7 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, feature-media-reviews_chromium.org
Visibility:
Public.

Description

Refactor AudioRendererMixer to be more generic. AudioRendererMixer will now work with arbitrary AudioConverter::InputCallbacks. Its main value is as a go between for AudioRendererSink::RenderCallbacks to a single AudioRendererSink. This refactoring allows WebRTC to reuse the AudioRendererMixer infrastructure without forking out the ARMM and ARM modules. BUG=234580 TEST=media_unittests R=xians@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=197522

Patch Set 1 #

Total comments: 2

Patch Set 2 : Comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -50 lines) Patch
M content/renderer/media/audio_renderer_mixer_manager.h View 2 chunks +11 lines, -11 lines 0 comments Download
M media/base/audio_converter.h View 1 2 chunks +4 lines, -1 line 0 comments Download
M media/base/audio_converter.cc View 1 3 chunks +9 lines, -2 lines 0 comments Download
M media/base/audio_renderer_mixer.h View 3 chunks +8 lines, -8 lines 0 comments Download
M media/base/audio_renderer_mixer.cc View 4 chunks +11 lines, -13 lines 0 comments Download
M media/base/audio_renderer_mixer_input.h View 2 chunks +2 lines, -7 lines 0 comments Download
M media/base/audio_renderer_mixer_input.cc View 1 4 chunks +5 lines, -4 lines 0 comments Download
M media/base/audio_renderer_mixer_input_unittest.cc View 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
DaleCurtis
WDYT?
7 years, 7 months ago (2013-04-29 23:23:33 UTC) #1
no longer working on chromium
thanks for the CL. lgtm % two nits https://codereview.chromium.org/14358049/diff/1/media/base/audio_converter.cc File media/base/audio_converter.cc (right): https://codereview.chromium.org/14358049/diff/1/media/base/audio_converter.cc#newcode114 media/base/audio_converter.cc:114: void ...
7 years, 7 months ago (2013-04-30 08:42:23 UTC) #2
DaleCurtis
Before I submit, does this refactoring look good in the context of what you want ...
7 years, 7 months ago (2013-04-30 18:33:21 UTC) #3
no longer working on chromium
On 2013/04/30 18:33:21, DaleCurtis wrote: > Before I submit, does this refactoring look good in ...
7 years, 7 months ago (2013-04-30 18:55:32 UTC) #4
DaleCurtis
sgtm. will land after try's pass.
7 years, 7 months ago (2013-04-30 19:37:02 UTC) #5
DaleCurtis
7 years, 7 months ago (2013-05-01 00:11:52 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r197522 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698