Description
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.
Metadata
Metadata
Assignees
Type
Projects
Status
📄 To do (~10 entries)
Activity