Add package.json
This commit is contained in:
parent
f869862f85
commit
52d262c367
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "ffmpeg-vad-streaming",
|
||||
"version": "1.0.0",
|
||||
"description": "Streaming inference from arbitrary source with VAD and FFmpeg",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node ./index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"argparse": "^1.0.10",
|
||||
"deepspeech": "^0.3.0",
|
||||
"node-vad": "^1.1.1",
|
||||
"util": "^0.11.1"
|
||||
},
|
||||
"license" : "MIT"
|
||||
}
|
Loading…
Reference in New Issue