chore(deps): add sherpa-onnx for voice/ASR support

This commit is contained in:
JOJO 2026-06-07 16:23:33 +08:00
parent 78544cb205
commit 180fb9bfbd
2 changed files with 8 additions and 0 deletions

7
package-lock.json generated
View File

@ -29,6 +29,7 @@
"remark-gfm": "^4.0.1", "remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0", "remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2", "remark-rehype": "^11.1.2",
"sherpa-onnx": "^1.13.2",
"socket.io-client": "^4.7.5", "socket.io-client": "^4.7.5",
"unified": "^11.0.5", "unified": "^11.0.5",
"vue": "^3.4.15", "vue": "^3.4.15",
@ -6417,6 +6418,12 @@
"node": ">=8" "node": ">=8"
} }
}, },
"node_modules/sherpa-onnx": {
"version": "1.13.2",
"resolved": "https://registry.npmjs.org/sherpa-onnx/-/sherpa-onnx-1.13.2.tgz",
"integrity": "sha512-hheOLl4JlOzERco73u+1Q/LaNDdFChDe4r3+IlMYIO3wggBZrReHDSxWwRUIW+YLw3eLslyiXw/hfb75aOylEA==",
"license": "Apache-2.0"
},
"node_modules/signal-exit": { "node_modules/signal-exit": {
"version": "4.1.0", "version": "4.1.0",
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",

View File

@ -36,6 +36,7 @@
"remark-gfm": "^4.0.1", "remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0", "remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2", "remark-rehype": "^11.1.2",
"sherpa-onnx": "^1.13.2",
"socket.io-client": "^4.7.5", "socket.io-client": "^4.7.5",
"unified": "^11.0.5", "unified": "^11.0.5",
"vue": "^3.4.15", "vue": "^3.4.15",