rockbox/apps/codecs/libasap/README.rockbox
Björn Stenberg 45bd7e0246 Codec lib directories renamed, except for demac.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19018 a1c6a512-1295-4272-9138-f99709370657
2008-11-05 13:30:58 +00:00

25 lines
693 B
Text

Library: asap-1.2.0
Imported: 2008-26-07 by Dominik Wenger
This directory contains a local version of asap (http://asap.sourceforge.net/) for decoding Atari 8bit .sap
audio streams.
LICENSING INFORMATION
Asap is available under the terms of the GPL v2 or later
license, which is both an open source and free software license.
The Licence is the same as the rest of Rockbox.
IMPORT DETAILS
The .[ch] files in apps/codec/asap are copied from ASAP.
Some #defines were added, so it uses the ci-> Pointer.
A small modification was needed in asap.h Line 120.
(changed the delta buffer to signed char)
Also players.h (contains binarys of players) was generated and copied
into Rockbox.