|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/modules/audio_processing/aecm/aecm_core.h"#include <stddef.h>#include <stdlib.h>#include "webrtc/common_audio/ring_buffer.h"#include "webrtc/common_audio/signal_processing/include/real_fft.h"#include "webrtc/modules/audio_processing/aecm/echo_control_mobile.h"#include "webrtc/modules/audio_processing/utility/delay_estimator_wrapper.h"#include "webrtc/system_wrappers/include/cpu_features_wrapper.h"#include "webrtc/base/checks.h"#include "webrtc/typedefs.h"Functions | |
| int | WebRtcAecm_ProcessBlock (AecmCore *aecm, const int16_t *farend, const int16_t *nearendNoisy, const int16_t *nearendClean, int16_t *output) |
1.8.13