Re: [mediacapture-main] Echo Cancellation (#597)

Basic Test Code: https://jsfiddle.net/mdzcpaqo/1/

Testing it in Chrome is most simple, we just need to chrome://webrtc-internals/ and enable diagnostic audio. If echo cancellation kicks in, we should see a reverse file having some size (we can open it in an audio editor).

Testing it with other browsers is a bit complex due to lack of tools, we had to record microphone input and analyse it ourselves. We also tested it practically by transmitting audio between two people via WebSockets.

We have tested it, some people have also commented the same in chromium bug [#687574](https://bugs.chromium.org/p/chromium/issues/detail?id=687574). People here might want to test some independently.

-- 
GitHub Notification of comment by jgupta
Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/597#issuecomment-496343936 using your GitHub account

Received on Tuesday, 28 May 2019 02:37:50 UTC