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

Unified Diff: media/base/media_switches.cc

Issue 10918098: Introduce AudioOutputResampler for browser side resampling. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Unittests! Bugs! Created 8 years, 3 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/base/media_switches.cc
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
index 0512ef256635668f77c896c2281d72dfc5c3dd59..d2bce0d65509e86ef34ba996694ab95691140bff 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -38,4 +38,7 @@ const char kVideoThreads[] = "video-threads";
// Enable browser-side audio mixer.
const char kEnableAudioMixer[] = "enable-audio-mixer";
+// Enable AudioOutputResampler for automatic audio resampling and rebuffering.
henrika (OOO until Aug 14) 2012/09/10 12:41:17 Sorry, nit, why add 'automatic"?
DaleCurtis 2012/09/10 14:05:51 Done.
+const char kEnableAudioOutputResampler[] = "enable-audio-output-resampler";
scherkus (not reviewing) 2012/09/10 12:47:47 if this is only used in content then it should go
DaleCurtis 2012/09/10 14:05:51 It's not? It's in media/audio and content/renderer
+
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698