auproximity icon indicating copy to clipboard operation
auproximity copied to clipboard

[BUG] That Echo

Open rusch95 opened this issue 4 years ago • 4 comments

I'd really love to help to cut down on the echo issues.

rusch95 avatar Jan 21 '21 22:01 rusch95

Most echoes are caused by hardware, where someone's microphone is picking up the speaker output. That's not something that can easily be fixed with software. Echoes are the main reason to use push to talk, which I believe is impossible to implement in a web application.

UltraLuigi avatar Jan 21 '21 22:01 UltraLuigi

If it's WebRTC, I think something like https://developers.google.com/web/updates/2018/06/more-native-echo-cancellation might be relevant. I also know plenty of web apps with push to talk, such as Discord's web version.

rusch95 avatar Jan 22 '21 01:01 rusch95

Well I'm not a developer for this so I don't know if that would help. As for push to talk, this came from one of the devs on discord: image

UltraLuigi avatar Jan 22 '21 01:01 UltraLuigi

We could solve the echo issues on chrome: chrome://settings/content/microphone

By just setting the microphone used to the "real microphone" default was "What U hear" resulting in big big echos...

rufreakde avatar Feb 07 '21 14:02 rufreakde