sox-stream
Version:
A stream wrapper around SoX
40 lines (39 loc) • 810 B
JSON
{
"name": "sox-stream",
"version": "2.0.6",
"description": "A stream wrapper around SoX",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ArtskydJ/sox-stream.git"
},
"keywords": [
"sox",
"audio",
"sound",
"stream",
"sux",
"transcode",
"convert"
],
"author": "Joseph Dykstra",
"license": "MIT",
"bugs": {
"url": "https://github.com/ArtskydJ/sox-stream/issues"
},
"homepage": "https://github.com/ArtskydJ/sox-stream",
"devDependencies": {
"concat-stream": "^1.5.0",
"os-tmpdir": "^1.0.1",
"tape": "^4.0.0",
"test-audio": "^2.1.0"
},
"dependencies": {
"create-temp-file": "^1.0.0",
"duplexer": "^0.1.1",
"hash-to-array": "^1.0.0"
}
}