Augmentedhearing.io electron API for denoising audio
npm install sharpi-miniThis sharpi npm package can be used to denoise a mediastream.
This version of the package will need renewal after September 20th 2022.
How to apply the sharpi API to a mediastream in your own Electron app:
- Install the package (npm install sharpi-mini)
- Require the package in your project: let sharpiCleanUpVoice = require("sharpi-mini")
- Pass your mediastream into the method sharpiCleanUpVoice, and use the returned cleaned mediastream
(let cleanStream = sharpiCleanUpVoice(mediastream) )