Increase number of channels that can be supported on Android
BUG= TEST=local Review URL: https://webrtc-codereview.appspot.com/967005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3090 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
571a1c035b
commit
d5fbdc8e52
@ -375,9 +375,9 @@ namespace
|
||||
namespace webrtc
|
||||
{
|
||||
// Max number of supported channels
|
||||
enum { kVoiceEngineMaxNumOfChannels = 2 };
|
||||
enum { kVoiceEngineMaxNumOfChannels = 32 };
|
||||
// Max number of channels which can be played out simultaneously
|
||||
enum { kVoiceEngineMaxNumOfActiveChannels = 2 };
|
||||
enum { kVoiceEngineMaxNumOfActiveChannels = 16 };
|
||||
} // namespace webrtc
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user