Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to disable AGC (automatic gain control) #2451

Closed
arieshi255 opened this issue Jun 11, 2022 · 2 comments
Closed

Add an option to disable AGC (automatic gain control) #2451

arieshi255 opened this issue Jun 11, 2022 · 2 comments

Comments

@arieshi255
Copy link

Is your feature request related to a problem? Please describe.
It's very annoying that there's no way to disable AGC. This is a default in Chromium, and it's up to each app to disable/add a toggle for it. Since Element relies on this SDK for calls, both projects need to add support for this.

Describe the solution you'd like
When calling getUserMedia(), you can specify an audio object with constraints. autoGainControl being set to false should resolve it, but ideally this will be a function parameter or something similar.

Describe alternatives you've considered
There is no alternative, considering this is a Chromium limitation.

Additional context
It's a trivial change, so please don't just shove this issue off. This is a feature a lot of people would appreciate. If there's any help needed to implement it, I'll see what I can do.

@DoM1niC
Copy link

DoM1niC commented Jun 14, 2022

Will fixed by #2434

@MrAnno
Copy link
Contributor

MrAnno commented Nov 8, 2022

Fixed by #2434.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants