New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@100mslive/hms-noise-suppression

Package Overview
Dependencies
Maintainers
17
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@100mslive/hms-noise-suppression

```js import { HMSNoiseSuppressionPlugin } from '@100mslive/hms-noise-suppression';

0.9.15-alpha.1
npm
Version published
Weekly downloads
108
-6.9%
Maintainers
17
Weekly downloads
 
Created
Source

USAGE:

import { HMSNoiseSuppressionPlugin } from '@100mslive/hms-noise-suppression';

new HMSNoiseSuppressionPlugin();
// add this to plugins via hmsActions.addPluginToAudioTrack

Commands

npm start # or yarn start

This builds to /dist and runs the project in watch mode so any edits you save inside src causes a rebuild to /dist.

To do a one-off build, use npm run build or yarn build.

To run tests, use npm test or yarn test.

FAQs

Package last updated on 08 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts