APM reports ERL and ERLE metrics for AEC3.
The audio processing module reports the metrics 'echo return loss' and 'echo return loss enhancement' for AEC3. Bug: webrtc:8533 Change-Id: I166c504adf013d6cb5d6d3c9717d0622c3454bb7 Reviewed-on: https://webrtc-review.googlesource.com/24880 Commit-Queue: Gustaf Ullberg <gustaf@webrtc.org> Reviewed-by: Ivo Creusen <ivoc@webrtc.org> Reviewed-by: Per Åhgren <peah@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20835}
This commit is contained in:
committed by
Commit Bot
parent
63e232a2cf
commit
332150d7df
@ -119,6 +119,7 @@ class MockEchoControl : public EchoControl {
|
||||
MOCK_METHOD1(AnalyzeCapture, void(AudioBuffer* capture));
|
||||
MOCK_METHOD2(ProcessCapture,
|
||||
void(AudioBuffer* capture, bool echo_path_change));
|
||||
MOCK_CONST_METHOD0(GetMetrics, Metrics());
|
||||
};
|
||||
|
||||
class MockVoiceDetection : public VoiceDetection {
|
||||
|
||||
Reference in New Issue
Block a user