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 e987f8fe17f4ba840069d200864457d24e2a2ff7..cb259830b99345940ab51eb1979a4d41efde1f06 100644 |
--- a/webrtc/modules/audio_device/android/audio_common.h |
+++ b/webrtc/modules/audio_device/android/audio_common.h |
@@ -16,7 +16,6 @@ namespace webrtc { |
enum { |
kDefaultSampleRate = 44100, |
kNumChannels = 1, |
- kDefaultBufSizeInSamples = kDefaultSampleRate * 10 / 1000, |
// Number of bytes per audio frame. |
// Example: 16-bit PCM in mono => 1*(16/8)=2 [bytes/frame] |
kBytesPerFrame = kNumChannels * (16 / 8), |