aboutsummaryrefslogtreecommitdiff
path: root/modules/audio_processing/aec3/echo_canceller3.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/audio_processing/aec3/echo_canceller3.h')
-rw-r--r--modules/audio_processing/aec3/echo_canceller3.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/audio_processing/aec3/echo_canceller3.h b/modules/audio_processing/aec3/echo_canceller3.h
index ba5895f34a..831a7c738a 100644
--- a/modules/audio_processing/aec3/echo_canceller3.h
+++ b/modules/audio_processing/aec3/echo_canceller3.h
@@ -144,6 +144,8 @@ class EchoCanceller3 : public EchoControl {
FRIEND_TEST_ALL_PREFIXES(EchoCanceller3,
DetectionOfProperStereoUsingThreshold);
FRIEND_TEST_ALL_PREFIXES(EchoCanceller3,
+ DetectionOfProperStereoUsingHysteresis);
+ FRIEND_TEST_ALL_PREFIXES(EchoCanceller3,
StereoContentDetectionForMonoSignals);
class RenderWriter;
@@ -158,7 +160,7 @@ class EchoCanceller3 : public EchoControl {
// Only for testing. Returns whether stereo processing is active.
bool StereoRenderProcessingActiveForTesting() const {
- return multichannel_content_detector_.IsMultiChannelContentDetected();
+ return multichannel_content_detector_.IsProperMultiChannelContentDetected();
}
// Only for testing.