Improved bitrev with approach suggested by Jens Arnold, gives 0.5%-1% speedup for...
[kugel-rb.git] / apps / codecs / libasap / README.rockbox
blob322c13035851ece249bdce431fdd8a0956a74434
1 Library: asap-1.2.0 
2 Imported: 2008-26-07 by Dominik Wenger
4 This directory contains a local version of asap (http://asap.sourceforge.net/) for decoding Atari 8bit .sap
5 audio streams. 
7 LICENSING INFORMATION
9 Asap is available under the terms of the GPL v2 or later
10 license, which is both an open source and free software license. 
11 The Licence is the same as the rest of Rockbox.
14 IMPORT DETAILS
16 The .[ch] files in apps/codec/asap are copied from ASAP.
17 Some #defines were added, so it uses the ci-> Pointer.
19 A small modification was needed in asap.h Line 120. 
20 (changed the delta buffer to signed char)
22 Also players.h (contains binarys of players) was generated and copied
23 into Rockbox.