aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2014-08-15 21:16:06 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2014-08-15 21:16:06 +0100
commite5ca712b57a457b635532a105b226c29338e1fad (patch)
treee4b19b11b0f12b1c2ca0f8b5c739671e6c49e9e4
parent504f3c9f7213ce6597aae9a8dbce06eb0cf71d81 (diff)
parent026033a7f67afe91d3afdf43560b6bba0988158e (diff)
downloadpackages-e5ca712b57a457b635532a105b226c29338e1fad.tar.gz
packages-e5ca712b57a457b635532a105b226c29338e1fad.zip
Merge pull request #82 from achesak/master
Added sndhdr as well as helper module int2ascii.
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 778b71a..d178614 100644
--- a/packages.json
+++ b/packages.json
@@ -903,5 +903,14 @@
"description": "Wrapper of the file procedures to provide an interface as similar as possible to that of Python",
"license": "MIT",
"web": "https://github.com/achesak/nimrod-pythonfile"
+ },
+ {
+ "name": "sndhdr",
+ "url": "git://github.com/achesak/nimrod-sndhdr",
+ "method": "git",
+ "tags": ["library", "formats", "files", "sound", "audio"],
+ "description": "Library for detecting the format of a sound file",
+ "license": "MIT",
+ "web": "https://github.com/achesak/nimrod-sndhdr"
}
]