Searched refs:WebRtcAudioEffects (Results 1 – 4 of 4) sorted by relevance
231 return WebRtcAudioEffects.canUseAcousticEchoCanceler(); in isAcousticEchoCancelerSupported()234 return WebRtcAudioEffects.canUseAutomaticGainControl(); in isAutomaticGainControlSupported()237 return WebRtcAudioEffects.canUseNoiseSuppressor(); in isNoiseSuppressorSupported()
31 class WebRtcAudioEffects { class204 static WebRtcAudioEffects create() { in create()210 return new WebRtcAudioEffects(); in create()213 private WebRtcAudioEffects() { in WebRtcAudioEffects() method in WebRtcAudioEffects
50 private WebRtcAudioEffects effects = null;123 effects = WebRtcAudioEffects.create(); in WebRtcAudioRecord()
197 …(webrtc_modules_dir)/audio_device/android/java/src/org/webrtc/voiceengine/WebRtcAudioEffects.java',