Skip to content

Option to disable auto gain control / audio processing for practicing music #3252

@egabosh

Description

@egabosh

Is your feature request related to a problem? Please describe.

We're trying do practise music over nextcloud talk together so all participants have so send audio input at the same time.
The default behaviour seems to be that only one (the first or the loudest) or whatever can talk and the other participants are muted or ther volume is set lower.
For sure this is helpful in "normal" conferences while only one is talking and the others are listening but its impossible to practise music.

Describe the solution you'd like

It would be great to have an option for disabling the noise cancellation. I found some ideas doing this in the web like here:
https://stackoverflow.com/questions/37326846/disabling-auto-gain-conctrol-with-webrtc-app

var constraints = {
audio: {
echoCancellation: false,
noiseSuppression: false,
autoGainControl: false,
}
};

Describe alternatives you've considered

We're trying to deactivate this with browser settings e.g. for chromium this way:
URL: chrome://flags/
search for "webrtc"
WebRTC multi-channel capture audio processing. -> Enabled

In zoom it seems to be possible to disable it but I don't want to use it for many reasons ;-)
https://www.youtube.com/watch?v=wkG7yOTRIAk

Would be great if you offer this option.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    • Status

      📄 To do (~10 entries)

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions