mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
18 lines
362 B
JSON
18 lines
362 B
JSON
{
|
|
"name": "deepspeech-nodejs_wav",
|
|
"version": "1.0.0",
|
|
"description": "Simple audio processing",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node ./index.js"
|
|
},
|
|
"dependencies": {
|
|
"argparse": "^1.0.10",
|
|
"deepspeech": "^0.4.1",
|
|
"node-wav": "0.0.2",
|
|
"sox-stream": "^2.0.3",
|
|
"util": "^0.11.1"
|
|
},
|
|
"license": "Public domain"
|
|
}
|