From 25bb37bb6851c85e21fb0cecfd9617eebe6c7a56 Mon Sep 17 00:00:00 2001 From: Dominik Wenger Date: Sat, 26 Jul 2008 15:16:10 +0000 Subject: commit asap codec. plays .sap files. At the moment it only plays the default song. So subSongs are ignored. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18121 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/asap/README.rockbox | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 apps/codecs/asap/README.rockbox (limited to 'apps/codecs/asap/README.rockbox') diff --git a/apps/codecs/asap/README.rockbox b/apps/codecs/asap/README.rockbox new file mode 100644 index 0000000..322c130 --- /dev/null +++ b/apps/codecs/asap/README.rockbox @@ -0,0 +1,25 @@ +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. + + -- cgit v1.1