mumble-voip/mumble

Manually cut echo: deafen myself or mute others when talking

开放

#5,320 创建于 2021年11月19日

 (21 条评论) (0 个反应) (0 位负责人)C++ (1,062 个派生)batch import
clientfeature-requestgood first issue

仓库指标

星标
 (5,642 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南