mumble-voip/mumble

Manually cut echo: deafen myself or mute others when talking

Aperta

#5320 aperta il 19 nov 2021

 (21 commenti) (0 reazioni) (0 assegnatari)C++ (1062 fork)batch import
clientfeature-requestgood first issue

Metriche repository

Star
 (5642 stelle)
Metriche merge PR
 (Merge medio 6g) (7 PR mergiate in 30 g)

Descrizione

Context In some scenarios we have a bad system set up with loud speakers and sensitive microphones in both ends.

  1. On one end it's an open microphone in an office room that is supposed to be useable for anyone in the room (so not possible to use push-to-talk on that end).
  2. In the other end there is a laptop with loudspeakers, builtin microphone and sometimes long latency connections ( push-to-talk can be used on this end).

In these situations talking from the laptop (2) will result in a lot of echo and it's very difficult to communicate.

Describe the feature you have in mind Describe alternatives you've considered I have a few different ideas to solve this:

In the room (1):

1.A. Mute self when others are speaking 1.B. Change Audio in sensitivity when others are speaking

On the laptop (2):

2.A. Deafen self when talking (push-to-talk-and-deafen) 2.B. Mute others when talking (push-to-talk-and-mute-others)

I'm not sure which of these would be the best, but I'm leaning to 1A as the one that would solve my particular issue in the best way.

Guida contributor