audiobuffer-slice
Version:
Slice out a portion of an AudioBuffer.
24 lines (23 loc) • 461 B
JSON
{
"name": "audiobuffer-slice",
"main": "audiobuffer-slice.js",
"version": "0.0.5",
"homepage": "https://github.com/miguelmota/audiobuffer-slice",
"authors": [
"Miguel Mota <miguelmota2@gmail.com>"
],
"description": "Slice out a portion of an AudioBuffer.",
"keywords": [
"audio",
"audiobuffer",
"slice"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"license": "MIT"
}