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

Issue 10855086: Disable AudioOutputMixer. (Closed)

Created:
8 years, 4 months ago by DaleCurtis
Modified:
8 years, 4 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Visibility:
Public.

Description

Disable AudioOutputMixer. Removes AudioOutputMixer from compilation in preperation for converting the pipeline over to floats. Plan is as follows: 1. Remove AudioOutputMixer from compilation. 2. Convert all OnMoreData(uint8*, uint32, ...) calls to OnMoreData(AudioBus*, ...) 3. Refactor AudioRendererMixing->AudioMixerUtil (Or VectorMath). 4. Convert AudioOutputMixer to use float mixing and re-enable. BUG=114700 TEST=media_unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=153347

Patch Set 1 #

Total comments: 8

Patch Set 2 : Switch to #if. #

Total comments: 2

Patch Set 3 : Comment instead of remove. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -8 lines) Patch
M media/audio/audio_manager_base.cc View 1 2 chunks +11 lines, -5 lines 0 comments Download
M media/audio/audio_output_proxy_unittest.cc View 1 11 chunks +28 lines, -1 line 0 comments Download
M media/media.gyp View 1 2 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
DaleCurtis
Won't commit this until OnMoreData changes are ready.
8 years, 4 months ago (2012-08-09 22:04:25 UTC) #1
scherkus (not reviewing)
https://chromiumcodereview.appspot.com/10855086/diff/1/media/audio/audio_manager_base.cc File media/audio/audio_manager_base.cc (right): https://chromiumcodereview.appspot.com/10855086/diff/1/media/audio/audio_manager_base.cc#newcode13 media/audio/audio_manager_base.cc:13: // #include "media/audio/audio_output_mixer.h" this is better handled via an ...
8 years, 4 months ago (2012-08-09 22:12:39 UTC) #2
DaleCurtis
http://codereview.chromium.org/10855086/diff/1/media/audio/audio_manager_base.cc File media/audio/audio_manager_base.cc (right): http://codereview.chromium.org/10855086/diff/1/media/audio/audio_manager_base.cc#newcode13 media/audio/audio_manager_base.cc:13: // #include "media/audio/audio_output_mixer.h" On 2012/08/09 22:12:39, scherkus wrote: > ...
8 years, 4 months ago (2012-08-09 22:46:29 UTC) #3
scherkus (not reviewing)
lgtm w/ nit http://codereview.chromium.org/10855086/diff/9001/media/media.gyp File media/media.gyp (left): http://codereview.chromium.org/10855086/diff/9001/media/media.gyp#oldcode72 media/media.gyp:72: 'audio/audio_output_mixer.cc', perhaps comment these out + ...
8 years, 4 months ago (2012-08-09 22:48:53 UTC) #4
DaleCurtis
As mentioned, this won't be committed until OnMoreData is refactored, I'm just using it for ...
8 years, 4 months ago (2012-08-10 19:44:45 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dalecurtis@chromium.org/10855086/11001
8 years, 4 months ago (2012-08-24 21:22:16 UTC) #6
commit-bot: I haz the power
8 years, 4 months ago (2012-08-24 23:41:51 UTC) #7
Change committed as 153347

Powered by Google App Engine
This is Rietveld 408576698