diff options
| author | Jez Kabanov <thesleepless@gmail.com> | 2017-05-15 13:58:47 +1000 |
|---|---|---|
| committer | Jez Kabanov <thesleepless@gmail.com> | 2017-05-15 13:58:47 +1000 |
| commit | 6cedabce05ce1f3f1f39685b4788f8be21dd80cd (patch) | |
| tree | c0fef2befc32fc2d38202095b479ce2ab5bc991c | |
| parent | 4d653fead5adefdcb1f9cf52b860e8ec9fa37737 (diff) | |
| download | packages-6cedabce05ce1f3f1f39685b4788f8be21dd80cd.tar.gz packages-6cedabce05ce1f3f1f39685b4788f8be21dd80cd.zip | |
Added package webaudio
| -rw-r--r-- | packages.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 610f65a..9e7290a 100644 --- a/packages.json +++ b/packages.json @@ -6344,5 +6344,21 @@ "description": "Sitmo parallel random number generator in Nim", "license": "MIT", "web": "https://github.com/jxy/sitmo" + }, + { + "name": "webaudio", + "url": "https://github.com/ftsf/nim-webaudio", + "method": "git", + "tags": [ + "javascript", + "js", + "web", + "audio", + "sound", + "music" + ], + "description": "API for Web Audio (JS)", + "license": "MIT", + "web": "https://github.com/ftsf/nim-webaudio" } ] |
