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

Unified Diff: media/base/vector_math.h

Issue 156783003: Enhance AudioSplicer to crossfade marked splice frames. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments. Created 6 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
« no previous file with comments | « media/base/audio_timestamp_helper.h ('k') | media/base/vector_math.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/vector_math.h
diff --git a/media/base/vector_math.h b/media/base/vector_math.h
index a4dea3728982d3c89772be9f5f5cb7382a753b4f..0a2cb06f6b9c704f375aa1a5e01c0e93db3ef7f0 100644
--- a/media/base/vector_math.h
+++ b/media/base/vector_math.h
@@ -38,6 +38,8 @@ MEDIA_EXPORT void FMUL(const float src[], float scale, int len, float dest[]);
MEDIA_EXPORT std::pair<float, float> EWMAAndMaxPower(
float initial_value, const float src[], int len, float smoothing_factor);
+MEDIA_EXPORT void Crossfade(const float src[], int len, float dest[]);
+
} // namespace vector_math
} // namespace media
« no previous file with comments | « media/base/audio_timestamp_helper.h ('k') | media/base/vector_math.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698