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

Unified Diff: media/audio/mac/audio_manager_mac.cc

Issue 11827040: Update RendererWebKitPlatformSupportImpl::createAudioDevice() to handle |input_channels| (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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/audio/mac/audio_manager_mac.cc
===================================================================
--- media/audio/mac/audio_manager_mac.cc (revision 175940)
+++ media/audio/mac/audio_manager_mac.cc (working copy)
@@ -338,6 +338,7 @@
DCHECK_EQ(AudioParameters::AUDIO_PCM_LOW_LATENCY, params.format());
// TODO(crogers): remove once we properly handle input device selection.
+ // https://code.google.com/p/chromium/issues/detail?id=147327
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches::kEnableWebAudioInput)) {
if (HasUnifiedDefaultIO())

Powered by Google App Engine
This is Rietveld 408576698