support nodejs (#438)

This commit is contained in:
Fangjun Kuang
2023-11-21 23:20:08 +08:00
committed by GitHub
parent 38ad05bdf8
commit fe977b8e8e
34 changed files with 2704 additions and 4 deletions

9
scripts/nodejs/README.md Normal file
View File

@@ -0,0 +1,9 @@
# Introduction
Text-to-speech and speech-to-text with [Next-gen Kaldi](https://github.com/k2-fsa/).
It processes everything locally without accessing the Internet.
Please refer to
https://github.com/k2-fsa/sherpa-onnx/tree/master/nodejs-examples
for examples.