Introduction - If you have any usage issues, please Google them yourself
webrtc echo canceller (aec, aecm) algorithm includes the following important modules: 1 echo delay estimation 2.NLMS (normalized least mean square adaptive algorithm) 3.NLP (nonlinear filtering) 4.CNG ( comfort noise generation), usually classical aec algorithm should also include double end detector (DT). Taking into account the NLMS webrtc use, NLP and CNG belong to the category of classical algorithms, it is only a brief introduction, this article focuses on the echo time delay estimation algorithm webrtc, which is the difference between general webrtc echo cancellation algorithm algorithm (such as video conferencing in the algorithm) compare interesting places.