DeepSpeech/examples/ffmpeg_vad_streaming/package.json
2019-01-10 14:41:00 +01:00

17 lines
363 B
JSON

{
"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.4.1",
"node-vad": "^1.1.1",
"util": "^0.11.1"
},
"license" : "MIT"
}