jiti-meet/react/features/app
Andrei Gavrilescu 06491e2406
feat(noise-suppression): Add noise suppression effect. (#11547)
* add denoise effect

* denoise prototype

* improve rnnoise / add comments

* revert some unnecessary changes

* Add noise suppressor worklet

* Send notification on failure

* address code review

* additional comments

* additional comments

* update package-lock

* fix rebase changes

* update rnnoise npm package

* sort lang

* adjust webpack performance hint

* address code review

* address code review

* switch ns files to typescript

* fix null-loader version, lang sort

* fix lint

* missing import

* fix lint / address code review

* use single action for ns state

* move activation to thunk

* increase node heap

* copy noise-suppressor to deploy

* fix ts lint
2022-07-20 15:31:17 +03:00
..
components feat(mobile/navigation): revert to stack navigator (#11811) 2022-07-07 18:05:58 +03:00
actions.any.js fix(mobile/navigations) added LoadConfigOverlay to RootNavigator (#11067) 2022-03-17 16:13:58 +02:00
actions.native.js fix(lint) make sure eslint also runs on TypeScript files (#11777) 2022-07-11 15:30:37 +03:00
actions.web.js fix(hangup) - redirect after hangup in tenant meetings (#11876) 2022-07-19 12:21:18 +03:00
functions.any.js fix(mobile/navigations) added LoadConfigOverlay to RootNavigator (#11067) 2022-03-17 16:13:58 +02:00
functions.native.js fix(mobile/navigations) added LoadConfigOverlay to RootNavigator (#11067) 2022-03-17 16:13:58 +02:00
functions.web.js fix(mobile/navigations) added LoadConfigOverlay to RootNavigator (#11067) 2022-03-17 16:13:58 +02:00
getRouteToRender.native.js feat(rn,app) unified navigators 2022-01-25 13:55:57 +01:00
getRouteToRender.web.js feat(prejoin) native prejoin screen and other navigation updates 2022-06-16 11:49:07 +02:00
logger.js logging: use individual, names loggers 2019-08-23 10:57:38 +02:00
middleware.js fix(app) fix broken import 2022-05-23 17:14:54 +02:00
middlewares.any.js feat(external-api) Add participants pane toggled event (#11718) 2022-06-21 16:23:33 +03:00
middlewares.native.js feat(dynamic-branding) add initial mobile SDK customization 2022-05-23 17:02:14 +02:00
middlewares.web.js feat(local-recording) Add self local recording (#11706) 2022-06-24 15:07:40 +03:00
reducer.native.js fix(rn,navigation) wait until the root navigator is initialized 2022-05-06 15:05:37 +02:00
reducers.any.js feat(gif) Added GIF support (GIPHY integration) (#11021) 2022-03-11 15:00:49 +02:00
reducers.native.js fix(rn,navigation) wait until the root navigator is initialized 2022-05-06 15:05:37 +02:00
reducers.web.js feat(noise-suppression): Add noise suppression effect. (#11547) 2022-07-20 15:31:17 +03:00
types.ts feat(noise-suppression): Add noise suppression effect. (#11547) 2022-07-20 15:31:17 +03:00