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

Unified Diff: media/filters/audio_renderer_algorithm_ola.h

Issue 164509: Merge 22974 - Mute audio under OLA when given rate would cause poor quality.... (Closed) Base URL: svn://chrome-svn/chrome/branches/195/src/
Patch Set: Created 11 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
« no previous file with comments | « no previous file | 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 23348)
+++ media/filters/audio_renderer_algorithm_ola.h (working copy)
@@ -7,7 +7,9 @@
// consumes more input data than output data requested and crossfades samples
// to fill |buffer_out|. For speeds less than 1.0f, FillBuffer() consumers less
// input data than output data requested and draws overlapping samples from the
-// input data to fill |buffer_out|. As ARAB is thread-unsafe, so is ARAO.
+// input data to fill |buffer_out|. ARAO will mute the audio for very high or
+// very low playback rates to preserve quality. As ARAB is thread-unsafe, so is
+// ARAO.
#ifndef MEDIA_FILTERS_AUDIO_RENDERER_ALGORITHM_OLA_H_
#define MEDIA_FILTERS_AUDIO_RENDERER_ALGORITHM_OLA_H_
Property changes on: media\filters\audio_renderer_algorithm_ola.h
___________________________________________________________________
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/media/filters/audio_renderer_algorithm_ola.h:r69-2775
Merged /trunk/src/media/filters/audio_renderer_algorithm_ola.h:r22974
« no previous file with comments | « no previous file | media/filters/audio_renderer_algorithm_ola.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698