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

Unified Diff: media/filters/audio_renderer_algorithm_ola.h

Issue 157001: Modify OLA to use window size in seconds instead of bytes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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/filters/audio_renderer_algorithm_base.cc ('k') | media/filters/audio_renderer_algorithm_ola.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/audio_renderer_algorithm_ola.h
===================================================================
--- media/filters/audio_renderer_algorithm_ola.h (revision 20385)
+++ media/filters/audio_renderer_algorithm_ola.h (working copy)
@@ -48,6 +48,9 @@
// Length for crossfade in bytes.
size_t crossfade_size_;
+ // Window size, in bytes (calculated from audio properties).
+ size_t window_size_;
+
DISALLOW_COPY_AND_ASSIGN(AudioRendererAlgorithmOLA);
};
« no previous file with comments | « media/filters/audio_renderer_algorithm_base.cc ('k') | media/filters/audio_renderer_algorithm_ola.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698