mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
17 lines
363 B
JSON
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"
|
|
}
|