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

Unified Diff: media/base/audio_renderer_mixer.cc

Issue 10824304: Upgrade AudioBus to support wrapping, interleaving. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/base/audio_renderer_mixer.cc
diff --git a/media/base/audio_renderer_mixer.cc b/media/base/audio_renderer_mixer.cc
index 503f139fdc52f1fd1179db5972e6ae799922c27e..b9ec259a11662a84a5142e0b7f9bb4a7a0ba23a0 100644
--- a/media/base/audio_renderer_mixer.cc
+++ b/media/base/audio_renderer_mixer.cc
@@ -120,9 +120,6 @@ void AudioRendererMixer::ProvideInput(AudioBus* audio_bus) {
VectorFMAC(mixer_input_audio_bus_->channel(i), volume, frames_filled,
audio_bus->channel(i));
}
-
- // No need to clamp values as InterleaveFloatToInt() will take care of this
- // for us later when data is transferred to the browser process.
}
}

Powered by Google App Engine
This is Rietveld 408576698