mumble-voip / mumble

Mumble is an open-source, low-latency, high quality voice chat software.
https://www.mumble.info
Other
6.31k stars 1.11k forks source link

FEAT(client, server): Implement loopback while still sending to others #6445

Open davidebeatrici opened 4 months ago

Hartmnt commented 3 months ago

BTW, you are effectively implementing #3408

Krzmbrzl commented 3 months ago

We will have to take echo cancellation into account. Because we might effectively cancel the user speech entirely, if not careful.

I would assume this isn't an issue as the loopback variants already exist and work - the only changes of this PR are not visible to the local client.

davidebeatrici commented 3 months ago

Correct.