audio-capture
Version:
Audio capture by wrapping ALSA arecord
28 lines (27 loc) • 611 B
JSON
{
"name": "audio-capture",
"version": "1.2.0",
"description": "Audio capture by wrapping ALSA arecord",
"main": "index.js",
"scripts": {
"test": "node ./test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matthew-page-bbc/audio-capture.git"
},
"keywords": [
"audio",
"alsa",
"arecord"
],
"author": "Matthew Page",
"license": "MIT",
"bugs": {
"url": "https://github.com/matthew-page-bbc/audio-capture/issues"
},
"homepage": "https://github.com/matthew-page-bbc/audio-capture#readme",
"dependencies": {
"debug": "^4.1.1"
}
}