mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 10:47:12 +10:00
20 lines
541 B
JSON
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"
|
|
}
|