diff options
| author | Dominik Wenger <domonoky@googlemail.com> | 2008-07-26 15:16:10 +0000 |
|---|---|---|
| committer | Dominik Wenger <domonoky@googlemail.com> | 2008-07-26 15:16:10 +0000 |
| commit | 25bb37bb6851c85e21fb0cecfd9617eebe6c7a56 (patch) | |
| tree | 14800e46724f8fa90c2ea1cb7100ac89423cde4e /apps/codecs/asap/README.rockbox | |
| parent | 4e4bf82fb756f36dca6af333357a54e09b9f4cca (diff) | |
| download | rockbox-25bb37bb6851c85e21fb0cecfd9617eebe6c7a56.zip rockbox-25bb37bb6851c85e21fb0cecfd9617eebe6c7a56.tar.gz rockbox-25bb37bb6851c85e21fb0cecfd9617eebe6c7a56.tar.bz2 rockbox-25bb37bb6851c85e21fb0cecfd9617eebe6c7a56.tar.xz | |
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
Diffstat (limited to 'apps/codecs/asap/README.rockbox')
| -rw-r--r-- | apps/codecs/asap/README.rockbox | 25 |
1 files changed, 25 insertions, 0 deletions
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. + + |