| 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;
|
|
|
|
|