We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Be able to disable AGC (Automatic Gain Control) in the native Element calls.
AGC heavily interferes with my audio volume, which makes it hard to be heard.
A checkbox in the audio settings
No. Related outdated issue: element-hq/element-web#6278
AGC refers to the autoGainControl option, as seen here: https://stackoverflow.com/questions/37326846/disabling-auto-gain-conctrol-with-webrtc-app#:~:text=You%20can%20turn%20off%20audio%20processing%20using%20constraints
Adding checkboxes for the other options would also be a feature idea.
The text was updated successfully, but these errors were encountered:
Duplicate of #248
Sorry, something went wrong.
No branches or pull requests
Your use case
What would you like to do?
Be able to disable AGC (Automatic Gain Control) in the native Element calls.
Why would you like to do it?
AGC heavily interferes with my audio volume, which makes it hard to be heard.
How would you like to achieve it?
A checkbox in the audio settings
Have you considered any alternatives?
No.
Related outdated issue: element-hq/element-web#6278
Additional context
AGC refers to the autoGainControl option, as seen here: https://stackoverflow.com/questions/37326846/disabling-auto-gain-conctrol-with-webrtc-app#:~:text=You%20can%20turn%20off%20audio%20processing%20using%20constraints
Adding checkboxes for the other options would also be a feature idea.
The text was updated successfully, but these errors were encountered: