web-audio-buffer-queue
Version:
Web Audio API source node that streams (Audio)Buffers from a queue or Node-style Stream
50 lines (49 loc) • 1.2 kB
JSON
{
"name": "web-audio-buffer-queue",
"version": "1.1.0",
"description": "Web Audio API source node that streams (Audio)Buffers from a queue or Node-style Stream",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/johni0702/web-audio-buffer-queue.git"
},
"bugs": {
"url": "https://github.com/johni0702/web-audio-buffer-queue/issues",
"email": "me@johni0702.de"
},
"scripts": {
"compile": "node_modules/.bin/babel -d lib/ src/",
"prepublish": "npm run compile",
"mocha": "node_modules/.bin/mocha --compilers js:babel-core/register",
"test": "npm run compile && npm run mocha"
},
"keywords": [
"web",
"audio",
"pcm",
"stream",
"queue",
"playback",
"source",
"buffer"
],
"author": "Jonas Herzig <me@johni0702.de>",
"license": "ISC",
"files": [
"index.js",
"lib"
],
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"chai": "^3.5.0",
"mocha": "^3.0.2",
"mocha-standard": "^1.0.0",
"standard": "^8.0.0",
"web-audio-engine": "^0.9.3"
},
"dependencies": {
"audio-context": "^1.0.3",
"extend": "^3.0.0"
}
}