Home | History | Annotate | only in /external/speex
Up to higher level directory
NameDateSize
acinclude.m422-Oct-20203.4K
aclocal.m422-Oct-202050.4K
Android.bp22-Oct-20201.4K
AUTHORS22-Oct-2020502
ChangeLog22-Oct-2020802
CleanSpec.mk22-Oct-20202.3K
compile22-Oct-20207.2K
config.guess22-Oct-202041.9K
config.h.in22-Oct-20204.9K
config.sub22-Oct-202034.9K
configure22-Oct-2020460.8K
configure.ac22-Oct-20209.1K
COPYING22-Oct-20201.7K
depcomp22-Oct-202023K
doc/22-Oct-2020
include/22-Oct-2020
INSTALL22-Oct-2020200
install-sh22-Oct-202013.7K
libspeexdsp/22-Oct-2020
ltmain.sh22-Oct-2020277K
m4/22-Oct-2020
Makefile.am22-Oct-2020604
Makefile.in22-Oct-202028K
missing22-Oct-20206.7K
MODULE_LICENSE_BSD_LIKE22-Oct-20200
NEWS22-Oct-202044
NOTICE22-Oct-20201.7K
OWNERS22-Oct-2020175
README22-Oct-2020129
README.blackfin22-Oct-2020726
README.version22-Oct-2020104
SpeexDSP.kdevelop22-Oct-20206.4K
speexdsp.pc.in22-Oct-2020364
SpeexDSP.spec22-Oct-20201.7K
SpeexDSP.spec.in22-Oct-20201.7K
symbian/22-Oct-2020
ti/22-Oct-2020
TODO22-Oct-2020792
win32/22-Oct-2020

README

      1 See INSTALL file for instructions on how to install SpeexDSP.
      2 
      3 SpeexDSP is a patent-free, Open Source/Free Software DSP library.
      4 

README.blackfin

      1 SpeexDSP has been ported to the Blackfin DSP, for the STAMP development board.
      2 
      3 This port has been tested on the STAMP development board and requires the 
      4 toolchain available at http://blackfin.uclinux.org/
      5 
      6 1/ In order to cross-compile for uClinux from the SpeexDSP tarball:
      7 
      8   ./configure --enable-blackfin-asm --enable-fixed-point --host=bfin-uclinux
      9   cd libspeexdsp
     10   make
     11 
     12 The --enable-blackfin-asm option is not required, but it speeds up Speex by
     13 approximately a factor of two.
     14 
     15 2/ In order to cross-compile for uClinux from the SpeexDSP git:
     16 
     17   git clone git://git.xiph.org/speexdsp.git
     18   cd speexdsp
     19   ./autogen.sh
     20   ./configure --enable-blackfin-asm --enable-fixed-point --host=bfin-uclinux
     21   cd libspeexdsp
     22   make
     23 

README.version

      1 URL: http://downloads.xiph.org/releases/speex/speexdsp-1.2rc3.tar.gz
      2 Version: 1.2rc3
      3 BugComponent: 1344
      4