Add JavaScript (node-addon) API for speech enhancement GTCRN models (#1996)
This commit is contained in:
@@ -43,6 +43,12 @@ export LD_LIBRARY_PATH=$PWD/node_modules/.pnpm/sherpa-onnx-node@<REPLACE-THIS-WI
|
||||
|
||||
The following tables list the examples in this folder.
|
||||
|
||||
## Speech enhancement/denoising
|
||||
|
||||
|File| Description|
|
||||
|---|---|
|
||||
|[./test_offline_speech_enhancement_gtcrn.js](./test_offline_speech_enhancement_gtcrn.js)| It demonstrates how to use sherpa-onnx JavaScript API for speech enhancement.|
|
||||
|
||||
## Speaker diarization
|
||||
|
||||
|File| Description|
|
||||
@@ -159,6 +165,15 @@ curl -SL -O https://github.com/k2-fsa/sherpa-onnx/releases/download/speaker-segm
|
||||
node ./test_offline_speaker_diarization.js
|
||||
```
|
||||
|
||||
### Speech enhancement/denoising
|
||||
|
||||
```bash
|
||||
wget https://github.com/k2-fsa/sherpa-onnx/releases/download/speech-enhancement-models/gtcrn_simple.onnx
|
||||
wget https://github.com/k2-fsa/sherpa-onnx/releases/download/speech-enhancement-models/inp_16k.wav
|
||||
|
||||
node ./test_offline_speech_enhancement_gtcrn.js
|
||||
```
|
||||
|
||||
### Voice Activity detection (VAD)
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user