mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-02 14:13:05 +00:00
Added sndhdr as well as helper module int2ascii.
This commit is contained in:
parent
6ad8d369de
commit
90afea7b05
@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user