aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-05-15 15:25:25 +0100
committerGitHub <noreply@github.com>2017-05-15 15:25:25 +0100
commit24755aca565afcc50d071c15aa5af311b6607eba (patch)
treec0fef2befc32fc2d38202095b479ce2ab5bc991c
parent4d653fead5adefdcb1f9cf52b860e8ec9fa37737 (diff)
parent6cedabce05ce1f3f1f39685b4788f8be21dd80cd (diff)
downloadpackages-24755aca565afcc50d071c15aa5af311b6607eba.tar.gz
packages-24755aca565afcc50d071c15aa5af311b6607eba.zip
Merge pull request #503 from ftsf/add-webaudio0358
Add package webaudio
-rw-r--r--packages.json16
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"
}
]