jitsi / jitsi-meet-flutter-sdk

Jitsi Meet plugin for Flutter
Apache License 2.0
32 stars 27 forks source link

Noise suppression functionality #67

Open RafaelgLeitao opened 1 month ago

RafaelgLeitao commented 1 month ago

I'm implementing the SDK and I noticed that it doesn't have noise suppression functionality, will it be implemented?

saghul commented 1 month ago

It does have it, it's enabled automatically all the time.

RafaelgLeitao commented 1 month ago

Thanks for your feedback, I'm asking because I'm using SDK version 0.1.9 and it seems that noise suppression isn't working, does this version also have the functionality automatically activated?

saghul commented 1 month ago

There was a problem with duplicated audio which was fixed in the latest release, are you able to test that one?

RafaelgLeitao commented 1 month ago

ok, I'll check, as I had some conflict problems with the last version so I kept version 0.1.9 I'll come back here during the week and it will be resolved, thank you.

saghul commented 1 month ago

👍