audiobuffer-slice
Version:
Slice out a portion of an AudioBuffer.
20 lines (19 loc) • 348 B
JSON
{
"name": "example",
"version": "0.0.0",
"homepage": "https://github.com/miguelmota/audiobuffer-slice",
"authors": [
"Miguel Mota <miguelmota2@gmail.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"audio-oscilloscope": "*"
}
}