-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] That Echo #33
Comments
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. |
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. |
We could solve the echo issues on chrome: By just setting the microphone used to the "real microphone" default was "What U hear" resulting in big big echos... |
I'd really love to help to cut down on the echo issues.
The text was updated successfully, but these errors were encountered: