soundbank-overdrive
Version:
A simple audio distortion effect based on wave shaping with automatable filter and gain controls.
33 lines (32 loc) • 747 B
JSON
{
"name": "soundbank-overdrive",
"version": "1.0.0",
"description": "A simple audio distortion effect based on wave shaping with automatable filter and gain controls.",
"main": "index.js",
"devDependencies": {
"beefy": "^2.1.1"
},
"scripts": {
"example": "beefy example.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mmckegg/soundbank-overdrive.git"
},
"keywords": [
"distortion",
"overdrive",
"waapi",
"guitar",
"waveshaper",
"glitch",
"audio",
"AudioNode"
],
"author": "Matt McKegg",
"license": "ISC",
"bugs": {
"url": "https://github.com/mmckegg/soundbank-overdrive/issues"
},
"homepage": "https://github.com/mmckegg/soundbank-overdrive"
}