FS#11968 by Peter Lecky - Slovak language update
[maemo-rb.git] / apps / codecs / libspeex / README.rockbox
blob84fff59b60b091d306eccf92ac78904879f2b27e
1 Library: libspeex-1.2beta3 (SVN version 14054)
2 Imported: 2007-03-12 by Dan Everton
5 This directory contains a local version of libspeex for decoding Ogg/Speex
6 audio streams. 
9 LICENSING INFORMATION
11 Speex is available under the terms of the Xiph.Org variant of the BSD
12 license, which is both an open source and free software license. The
13 license is described in the COPYING file in this directory.
16 IMPORT DETAILS
18 The .[ch] files from speex/libspeex/ and speex/include/ were imported 
19 into Rockbox.  This includes the test files. Some hackery was done to
20 the include files so that they #include properly when built in Rockbox.
22 A simple config-speex.h file was added to enable libspeex's fixed-point
23 integer-only mode and to specify the endianness of the target CPU. Also,
24 ARM specific optimisations were enabled.
26 Since some parts of Speex still rely on <math.h> functions, a simple 
27 include was created to get these parts to compile. Stub functions can be
28 found in rockbox.c in this directory.