Audio (103) Datatype (15) Demo (56) Development (248) Document (64) Driver (19) Emulation (62) Game (532) Graphics (229) Library (22) Network (63) Office (22) Utility (267) Video (18)
Total files: 1720
Full index file Recent index file
Part of Aros World Exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] demac - a decoder for Monkey's Audio files.
Introduction
demac is an implementation in portable ANSI C of a decoder for the
Monkey's Audio lossless compression format. It has the following
features:
* Open source (GNU GPL)
* Written in portable ANSI C
* Designed for use on low memory and embedded devices. All internal
buffers are statically declared - the core library doesn't require
malloc/free. This has the disadvantage that the library isn't
re-entrant.
|