Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (994) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4333
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Demac | Description: | Decoder for .ape files | Download: | demac.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 82kb | Version: | 0.1 | Date: | 20 Jun 2008 | Author: | Dave Chapman, Fredrik Wikström (OS4 compile) | Submitter: | Fredrik Wikström | Email: | fredrik/a500 org | Homepage: | http://www.rockbox.org/tracker/task/7256 | Category: | audio/convert | License: | GPL | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 3812 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 303 (Current version) | | 303 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
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.
|