Merge pull request #82 from achesak/master

Added sndhdr as well as helper module int2ascii.
This commit is contained in:
Dominik Picheta 2014-08-15 21:16:06 +01:00
commit e5ca712b57

View File

@ -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"
}
]