jitsi / jitsi-meet

Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
https://jitsi.org/meet
Apache License 2.0
22.64k stars 6.66k forks source link

Add Noise Cancellation feature #11224

Closed IplaygamesIhate closed 2 years ago

IplaygamesIhate commented 2 years ago

Is your feature request related to a problem you are facing? Yes, I have a dynamic mic and picks up a lot a noise.

Describe the solution you'd like Add Noise Cancellation feature like in discord or an audio gate for now

Describe alternatives you've considered

emdrremote commented 2 years ago

We also have clients that have issues with background noises and would love to see this implemented.

Freddie-m commented 2 years ago

It exists already. If you're hosting your own server, you can configure it in your config.js (disableNS: true). If not, you can pass it as a URL param e.g. https://meet.jit.si/meetingname#config.disableNS=true

emdrremote commented 2 years ago

Is there a reason this isn't enabled by default?

saghul commented 2 years ago

It is enabled by default already. This capability is provided by the browser. We are currently not adding anything on top.

emdrremote commented 2 years ago

Ah, okay, thanks.

IplaygamesIhate commented 2 years ago

If I add Jitsi integration in element. It doesn't enable noise suppression. Can you do something to it

saghul commented 2 years ago

I don't know what configuration the Element integration has, but I doubt it disables noise suppression.

G2G2G2G commented 2 years ago

@IplaygamesIhate it has it, but jitsi doesn't really suppress noise well so you don't really notice it vs other softwares that have a bigger budget to do things like that

saghul commented 2 years ago

Please follow https://github.com/jitsi/jitsi-meet/pull/11547