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

Unified Diff: media/audio/audio_util.h

Issue 9395057: Fix muted audio when playback rate != 1.0 or 0.0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 10 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/audio/audio_util.h
diff --git a/media/audio/audio_util.h b/media/audio/audio_util.h
index d8de4799f7fee10e95e042212ced9afc463104d9..237ed293e65e2791d97dc8fac3521b33e3bda979 100644
--- a/media/audio/audio_util.h
+++ b/media/audio/audio_util.h
@@ -116,13 +116,6 @@ MEDIA_EXPORT bool IsWASAPISupported();
#endif // defined(OS_WIN)
-// Crossfades |bytes_to_crossfade| bytes of data in |dest| with the
-// data in |src|. Assumes there is room in |dest| and enough data in |src|.
-MEDIA_EXPORT void Crossfade(int bytes_to_crossfade, int number_of_channels,
- int bytes_per_channel, const uint8* src,
- uint8* dest);
-
-
} // namespace media
#endif // MEDIA_AUDIO_AUDIO_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698