You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: