We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
Yes please , I am also facing the same issue.
Sorry, something went wrong.
@BrahmamM , You have got any solution?
No branches or pull requests
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: