Robert Adam
Robert Adam
> Mute self when others are speaking This is the option that I have first-hand experience with (Zoom uses/used that) and I found it worked quite nicely. However, since we'll...
Yes that's how it works, but the client creating the echo is not the one who hears the echo
Noise != echo These are different issues that have to be handled differently. > I'd still need this for the use-case where the remote end is a webcam (picking up...
Fair enough :+1: However, the implementation should also work with VAD, though I guess this should be easy enough. So in the end, using the deafen approach might be the...
I assume you are still using ALSA for your self-compiled version? Did you try a different audio backend (e.g. PulseAudio) as well? Since you already compiled Mumble yourself, could you...
Hm... It seems like the ALSA thread is not finishing and thus the call to `wait` in the destructor of the `ALSAInput` object waits forever. I think for further investigation...
No problem. However, given that I can't reproduce this issue, I will probably not be able to really look into it. I could only continue giving you hints at parts...
Idk if it falls back to PA, but it never freezes, regardless of what audio system I am using. If I hammer `Apply` in quick succession there will be a...
@savchenko does the issue still appear in Mumble 1.4.274 and/or with a self-built version from current `master`?
Are you using PipeWire for input _and_ output?