From edcbd5610b56e88cc913ecc9ad0afb5c22a06eaa Mon Sep 17 00:00:00 2001 From: henrika Date: Wed, 21 Oct 2015 13:43:45 +0200 Subject: [PATCH] Adding the OnePlus 2 device to AEC and NS blacklists. Reports show that we see full echo from the OnePlus 2 device. Disabling hardware effects and revert to WebRTC-based components instead as a test to see if it helps. R=tommi@webrtc.org TBR=tommi BUG=b/25096456 Review URL: https://codereview.webrtc.org/1417093002 . Cr-Commit-Position: refs/heads/master@{#10357} --- .../java/src/org/webrtc/voiceengine/WebRtcAudioUtils.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRtcAudioUtils.java b/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRtcAudioUtils.java index 9a13bf2f9e..9d7a600190 100644 --- a/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRtcAudioUtils.java +++ b/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRtcAudioUtils.java @@ -41,7 +41,8 @@ public final class WebRtcAudioUtils { // native WebRTC version instead. The device name is given by Build.MODEL. private static final String[] BLACKLISTED_AEC_MODELS = new String[] { "Nexus 5", - "D6503", // Sony Xperia Z2 D6503 + "D6503", // Sony Xperia Z2 D6503 + "ONE A2005", // OnePlus 2 }; private static final String[] BLACKLISTED_AGC_MODELS = new String[] { "Nexus 10", @@ -51,6 +52,7 @@ public final class WebRtcAudioUtils { "Nexus 10", "Nexus 9", "Nexus 5", + "ONE A2005", // OnePlus 2 }; // Use 16kHz as the default sample rate. A higher sample rate might prevent