reactive-synth-envelope-generator
Version:
WASM implementation of an envelope generator audio processing node compatible with the web audio API. Created for reactive-synth.
31 lines (30 loc) • 935 B
JSON
{
"name": "reactive-synth-envelope-generator",
"version": "0.1.1",
"description": "WASM implementation of an envelope generator audio processing node compatible with the web audio API. Created for reactive-synth.",
"main": "envelope-generator.js",
"files": [
"envelope-generator.js",
"reactive_synth_envelope_generator.wasm"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PatrickStephansen/reactive-synth-envelope-generator.git"
},
"keywords": [
"webaudio",
"audioworkletprocessor",
"dsp",
"envelope",
"envelopegenerator"
],
"author": "Patrick Stephansen",
"license": "MIT",
"bugs": {
"url": "https://github.com/PatrickStephansen/reactive-synth-envelope-generator/issues"
},
"homepage": "https://github.com/PatrickStephansen/reactive-synth-envelope-generator#readme"
}