ndarray-wav
Version:
Read WAV files into ndarray
29 lines (28 loc) • 614 B
JSON
{
"name": "ndarray-wav",
"version": "0.2.4",
"description": "Read WAV files into ndarray",
"main": "ndarray-wav.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/geraintluff/ndarray-wav.git"
},
"keywords": [
"ndarray",
"riff",
"wav",
"wave"
],
"author": "Geraint Luff",
"license": "MIT",
"bugs": {
"url": "https://github.com/geraintluff/ndarray-wav/issues"
},
"homepage": "https://github.com/geraintluff/ndarray-wav",
"dependencies": {
"ndarray": "^1.0.18"
}
}