This repository has been archived on 2025-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
Files
enginex-mr_series-sherpa-onnx/nodejs-addon-examples/package.json
Fangjun Kuang 7322f4e0a3 Fix node addon tests (#865)
* Install naudiodon2 manually.

It is needed only when using a microphone. The CI tests don't need it.
2024-05-12 12:03:43 +08:00

7 lines
79 B
JSON

{
"dependencies": {
"perf_hooks": "*",
"sherpa-onnx-node": "*"
}
}