DescriptionDisable 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. #
Messages
Total messages: 7 (0 generated)
|