| Index: webrtc/modules/audio_device/android/audio_common.h
|
| diff --git a/webrtc/modules/audio_device/android/audio_common.h b/webrtc/modules/audio_device/android/audio_common.h
|
| index 4eecae4b70622f8979a8777fa8b16818a218dc0f..53618656a80af268479431d46f15b09dc5330c87 100644
|
| --- a/webrtc/modules/audio_device/android/audio_common.h
|
| +++ b/webrtc/modules/audio_device/android/audio_common.h
|
| @@ -14,10 +14,6 @@
|
| namespace webrtc {
|
|
|
| const int kDefaultSampleRate = 44100;
|
| -const int kNumChannels = 1;
|
| -// Number of bytes per audio frame.
|
| -// Example: 16-bit PCM in mono => 1*(16/8)=2 [bytes/frame]
|
| -const size_t kBytesPerFrame = kNumChannels * (16 / 8);
|
| // Delay estimates for the two different supported modes. These values are based
|
| // on real-time round-trip delay estimates on a large set of devices and they
|
| // are lower bounds since the filter length is 128 ms, so the AEC works for
|
|
|