Add JavaScript API (node-addon-api) for MatchaTTS models. (#1677)

This commit is contained in:
Fangjun Kuang
2025-01-03 15:14:28 +08:00
committed by GitHub
parent 648903834b
commit 0e299f30f5
6 changed files with 194 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Speech-to-text, text-to-speech, and speaker diarization using Next-gen Kaldi without internet connection",
"dependencies": {
"cmake-js": "^7.0.0",
"cmake-js": "^7.3.0",
"node-addon-api": "^8.3.0",
"perf_hooks": "*"
},