Files
cdnjs/ajax/libs/audiosynth/package.json
T

20 lines
541 B
JSON

{
"name": "audiosynth",
"filename": "audiosynth.js",
"version": "1.0.0",
"description": "Dynamic waveform audio synthesizer, written in Javascript. Generate musical notes dynamically and play them in your browser using the HTML5 Audio Element.",
"repository": {
"type": "git",
"url": "https://github.com/keithwhor/audiosynth"
},
"keywords": [
"audiosynth",
"audio",
"synthesizer",
"waveform"
],
"author": "Keith Horwood",
"homepage": "http://keithwhor.github.io/audiosynth/",
"license": "MIT"
}