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

Unified Diff: content/renderer/media/audio_device.cc

Issue 7631033: Very early implementation for HTMLMediaElement / Web Audio API integration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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: content/renderer/media/audio_device.cc
===================================================================
--- content/renderer/media/audio_device.cc (revision 96995)
+++ content/renderer/media/audio_device.cc (working copy)
@@ -203,6 +203,7 @@
void AudioDevice::FireRenderCallback() {
if (callback_) {
+// printf("AudioDevice::FireRenderCallback!!!!!!!!!!!!!! : %d\n", (int)buffer_size_);
// Update the audio-delay measurement then ask client to render audio.
callback_->Render(audio_data_, buffer_size_, audio_delay_milliseconds_);

Powered by Google App Engine
This is Rietveld 408576698