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

Unified Diff: media/audio/audio_manager_base.cc

Issue 2772723003: Revert of Increases default maximum number of audio input & output streams (Closed)
Patch Set: Created 3 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_manager_base.cc
diff --git a/media/audio/audio_manager_base.cc b/media/audio/audio_manager_base.cc
index dd6e9a2a3098a57517a3553596149e877dfc1963..ff3be241ee7d26626c75948912cdcf4e7c5b5f31 100644
--- a/media/audio/audio_manager_base.cc
+++ b/media/audio/audio_manager_base.cc
@@ -28,11 +28,11 @@
// Default maximum number of output streams that can be open simultaneously
// for all platforms.
-const int kDefaultMaxOutputStreams = 32;
+const int kDefaultMaxOutputStreams = 16;
// Default maximum number of input streams that can be open simultaneously
// for all platforms.
-const int kDefaultMaxInputStreams = 32;
+const int kDefaultMaxInputStreams = 16;
const int kMaxInputChannels = 3;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698