tkmn0 / SimpleWebRTCExample_iOS

Simple example for WebRTC on iOS written in swift5
MIT License
174 stars 49 forks source link

By using "GoogleWebRTC", How can we avoid NOISE SUPRESSION and ECHO CANCELLATION #42

Open BrahmamM opened 1 year ago

BrahmamM commented 1 year ago

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

BarjatyaAyushi commented 2 months ago

Yes please , I am also facing the same issue.

BarjatyaAyushi commented 2 months ago

@BrahmamM , You have got any solution?