{ "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" }