WebRTC-iOS icon indicating copy to clipboard operation
WebRTC-iOS copied to clipboard

By using "GoogleWebRTC", How can we avoid NOISE SUPRESSION

Open BrahmamM opened this issue 3 years ago • 2 comments

Hello,

Android Platform used following stuff to avoid Noise Suppression


WebRtcAudioUtils.setWebRtcBasedAcousticEchoCanceler(true); WebRtcAudioUtils.setWebRtcBasedAutomaticGainControl(true); WebRtcAudioUtils.setWebRtcBasedNoiseSuppressor(true);

For iOS Platform


Please let me know, what to use to avoid Noise Suppression and Echo Cancellation

Thanks

BrahmamM avatar Dec 12 '22 04:12 BrahmamM

Hi @BrahmamM After looking at the source code it looks like those methods are for Android only. I am not an expert on audio but I think that iOS has AVAudioSession to handle audio

stasel avatar Jan 17 '23 22:01 stasel

Okay.. can you suggest me how to avoid noise cancellation in iOS?

BrahmamM avatar Jan 18 '23 02:01 BrahmamM