stream-audio-fingerprint
Version:
Audio landmark fingerprinting as a Node Stream module
25 lines (24 loc) • 634 B
JSON
{
"name": "stream-audio-fingerprint",
"version": "1.0.4",
"description": "Audio landmark fingerprinting as a Node Stream module",
"main": "codegen_landmark.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"audio",
"fingerprint",
"stream"
],
"author": "Alexandre Storelli <a_npm@storelli.fr>",
"license": "MPL-2.0",
"dependencies": {
"dsp.js": "git+https://git@github.com/corbanbrook/dsp.js.git",
"node-png": "^0.4.3"
},
"bugs": {
"url": "https://github.com/dest4/stream-audio-fingerprint/issues"
},
"homepage": "https://github.com/dest4/stream-audio-fingerprint"
}