Index: webrtc/modules/audio_device/audio_device_generic.cc |
diff --git a/webrtc/modules/audio_device/audio_device_generic.cc b/webrtc/modules/audio_device/audio_device_generic.cc |
index 501faba7cf79ab63a8e65dde538f89f4175933d5..23bb9395cdfce896efebe0d1ebfb061c13218abe 100644 |
--- a/webrtc/modules/audio_device/audio_device_generic.cc |
+++ b/webrtc/modules/audio_device/audio_device_generic.cc |
@@ -62,6 +62,11 @@ bool AudioDeviceGeneric::BuiltInAECIsEnabled() const { |
return false; |
} |
+bool AudioDeviceGeneric::IntelligibilityIsEnabled() const { |
+ LOG_F(LS_ERROR) << "Not supported on this platform"; |
+ return false; |
+} |
+ |
bool AudioDeviceGeneric::BuiltInAGCIsAvailable() const { |
LOG_F(LS_ERROR) << "Not supported on this platform"; |
return false; |