|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/modules/audio_processing/aec3/echo_remover.h"#include <algorithm>#include <memory>#include <numeric>#include <sstream>#include <string>#include "webrtc/base/random.h"#include "webrtc/modules/audio_processing/aec3/aec3_common.h"#include "webrtc/modules/audio_processing/logging/apm_data_dumper.h"#include "webrtc/modules/audio_processing/test/echo_canceller_test_tools.h"#include "webrtc/test/gtest.h"Namespaces | |
| webrtc | |
Functions | |
| webrtc::TEST (EchoRemover, BasicApiCalls) | |
| webrtc::TEST (EchoRemover, BasicEchoRemoval) | |
1.8.13