Installation
To install the module first, you need a token to access the Deep Hearing private storage.
Access private storage
Create a .npmrc file as shown below, and enter the received token in NPM_AUTH_TOKEN
.
- .npmrc
@deephearing:registry=https://repo.deephearing.com/repository/npm///repo.deephearing.com/repository/npm/:_auth="<NPM_AUTH_TOKEN>"
Module installation
After setting the .npmrc
file, install the Deep Hearing noise removal SDK using the package manager.
- npm
- yarn
npm install @deephearing/denoiser-medium@3.0.0
yarn add @deephearing/denoiser-medium@3.0.0