audio-buffer
Version:
AudioBuffer ponyfill with operations toolkit
55 lines (54 loc) • 1.06 kB
JSON
{
"name": "audio-buffer",
"version": "7.3.1",
"description": "AudioBuffer ponyfill with operations toolkit",
"type": "module",
"module": "index.js",
"sideEffects": false,
"files": [
"index.js",
"util.js",
"play.js",
"readme.md",
"LICENSE"
],
"exports": {
".": "./index.js",
"./util": "./util.js",
"./play": "./play.js"
},
"repository": {
"type": "git",
"url": "https://github.com/audiojs/audio-buffer"
},
"scripts": {
"test": "node --test test/index.js test/util.js test/play.js"
},
"keywords": [
"audio",
"audiojs",
"pcm",
"dsp",
"sound",
"processing",
"ponyfill",
"audio-buffer",
"web-audio",
"waa",
"audiodata",
"normalize",
"trim",
"reverse",
"mix",
"remix"
],
"author": "Dmitry Iv <df.creative@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/audiojs/audio-buffer/issues"
},
"homepage": "https://github.com/audiojs/audio-buffer",
"devDependencies": {
"tst": "^9.2.2"
}
}