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

Unified Diff: media/base/media_switches.cc

Issue 10830268: Allow audio system to handle synchronized low-latency audio I/O (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« media/base/audio_renderer_sink.h ('K') | « media/base/media_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_switches.cc
===================================================================
--- media/base/media_switches.cc (revision 156102)
+++ media/base/media_switches.cc (working copy)
@@ -41,4 +41,7 @@
// Enable AudioOutputResampler for automatic audio resampling and rebuffering.
const char kEnableAudioOutputResampler[] = "enable-audio-output-resampler";
+// Enable live audio input with getUserMedia() and the Web Audio API.
henrika (OOO until Aug 14) 2012/09/11 21:44:48 Nit, why add 'live"? Not sure what it adds really.
+const char kEnableWebAudioInput[] = "enable-webaudio-input";
+
} // namespace switches
« media/base/audio_renderer_sink.h ('K') | « media/base/media_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698