diff options
| author | achesak <achesak@yahoo.com> | 2014-08-15 09:54:59 -0500 |
|---|---|---|
| committer | achesak <achesak@yahoo.com> | 2014-08-15 09:54:59 -0500 |
| commit | 90afea7b05cdd347635816904a250104892c8a31 (patch) | |
| tree | c828828c9397e057be2bd85ef34e10c414555d18 | |
| parent | 6ad8d369de217eaa93bcb9fcf6d04c47615c2c11 (diff) | |
| download | packages-90afea7b05cdd347635816904a250104892c8a31.tar.gz packages-90afea7b05cdd347635816904a250104892c8a31.zip | |
Added sndhdr as well as helper module int2ascii.
| -rw-r--r-- | packages.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 778b71a..a3aa790 100644 --- a/packages.json +++ b/packages.json @@ -903,5 +903,23 @@ "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" + }, + { + "name": "int2ascii", + "url": "git://github.com/achesak/nimrod-int2ascii", + "method": "git", + "tags": ["library", "helper", "ascii"], + "description": "Helper module for imghdr and sndhdr", + "license": "MIT", + "web": "https://github.com/achesak/nimrod-sndhdr" } ] |
