Webrtc positional audio echo

Using webrtc inside canvas with positional audio causes horrible echo / loopbacks if all users don’t have headphones on…

Seems to be chrome issue but maybe community has ideas ? Has anyone solved this before?

https://bugs.chromium.org/p/chromium/issues/detail?id=687574

Does it work with Firefox?

I guess you have to wait until the bug is fixed in Chromium. It seems there is no way to provide a workaround for this issue on app level.

Solved: by basically deleting the chrome implementation and recreating. based on Enable echo cancellation (AEC) on Chrome by InfiniteLee · Pull Request #2361 · mozilla/hubs · GitHub

1 Like