Skip to content
New issue

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

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

Open
BrahmamM opened this issue Dec 12, 2022 · 2 comments
Open

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

BrahmamM opened this issue Dec 12, 2022 · 2 comments

Comments

@BrahmamM
Copy link

BrahmamM commented Dec 12, 2022

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

@stasel
Copy link
Owner

stasel commented Jan 17, 2023

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

@BrahmamM
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants