| Index: webrtc/modules/audio_processing/aec/aec_resampler.h
|
| diff --git a/webrtc/modules/audio_processing/aec/aec_resampler.h b/webrtc/modules/audio_processing/aec/aec_resampler.h
|
| index f23e9cfad02407d20a06fd3fdd34ebc800569ebf..3a7400b010fbd9716b10d91bd7d37ee915ddce0c 100644
|
| --- a/webrtc/modules/audio_processing/aec/aec_resampler.h
|
| +++ b/webrtc/modules/audio_processing/aec/aec_resampler.h
|
| @@ -13,6 +13,8 @@
|
|
|
| #include "webrtc/modules/audio_processing/aec/aec_core.h"
|
|
|
| +namespace webrtc {
|
| +
|
| enum { kResamplingDelay = 1 };
|
| enum { kResamplerBufferSize = FRAME_LEN * 4 };
|
|
|
| @@ -32,4 +34,6 @@ void WebRtcAec_ResampleLinear(void* resampInst,
|
| float* outspeech,
|
| size_t* size_out);
|
|
|
| +} // namespace webrtc
|
| +
|
| #endif // WEBRTC_MODULES_AUDIO_PROCESSING_AEC_AEC_RESAMPLER_H_
|
|
|