k2-fsa / sherpa-ncnn

Real-time speech recognition and voice activity detection (VAD) using next-gen Kaldi with ncnn without Internet connection. Support iOS, Android, Linux, macOS, Windows, Raspberry Pi, VisionFive2, LicheePi4A etc.
https://k2-fsa.github.io/sherpa/ncnn/index.html
Apache License 2.0
996 stars 154 forks source link

Publish npm package for nodejs #284

Closed csukuangfj closed 7 months ago

csukuangfj commented 10 months ago

The package is currently published at the address https://www.npmjs.com/package/sherpa-ncnn4

Will rename the package to sherpa-ncnn after 24 hours.

csukuangfj commented 7 months ago

Closing via #311

We are using WebAssembly with nodejs and it avoids using FFI, which causes problems on Windows for some users. For instance, FFI requires users to install visual studio.