element-call icon indicating copy to clipboard operation
element-call copied to clipboard

Voice Processing Options

Open DoM1niC opened this issue 3 years ago • 2 comments

Your use case

What would you like to do?

Voice Processing Settings

Why would you like to do it?

Give User more Control over the Input Device

How would you like to achieve it?

Add four Options in Audio Settings Tab as a checkbox or better switch to trigger these Options (enable / disable)....

  • Auto Gain Control
  • Echo Canceling
  • Noise Canceling
  • Voice Activation is already exist as PR https://github.com/vector-im/element-call/pull/492

Have you considered any alternatives?

No response

Additional context

No response

DoM1niC avatar Aug 26 '22 21:08 DoM1niC

Related: https://github.com/matrix-org/matrix-js-sdk/pull/2434, https://github.com/matrix-org/matrix-react-sdk/pull/8759

SimonBrandner avatar Aug 27 '22 10:08 SimonBrandner

Related: matrix-org/matrix-js-sdk#2434, matrix-org/matrix-react-sdk#8759

yes I already use this in my own Fork and works fine for simple 1:1 Calls.

DoM1niC avatar Aug 27 '22 16:08 DoM1niC

matrix-org/matrix-js-sdk#2434 has been merged, making it possible to control advanced audio processing options.

AFAIK Element Call has its own "Settings UI", so the toggles implemented in matrix-org/matrix-react-sdk#8759 need to be added to Element Call separately.

MrAnno avatar Nov 08 '22 19:11 MrAnno