Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
acinclude.m4 | 22-Oct-2020 | 3.4K | |
aclocal.m4 | 22-Oct-2020 | 50.4K | |
Android.bp | 22-Oct-2020 | 1.4K | |
AUTHORS | 22-Oct-2020 | 502 | |
ChangeLog | 22-Oct-2020 | 802 | |
CleanSpec.mk | 22-Oct-2020 | 2.3K | |
compile | 22-Oct-2020 | 7.2K | |
config.guess | 22-Oct-2020 | 41.9K | |
config.h.in | 22-Oct-2020 | 4.9K | |
config.sub | 22-Oct-2020 | 34.9K | |
configure | 22-Oct-2020 | 460.8K | |
configure.ac | 22-Oct-2020 | 9.1K | |
COPYING | 22-Oct-2020 | 1.7K | |
depcomp | 22-Oct-2020 | 23K | |
doc/ | 22-Oct-2020 | ||
include/ | 22-Oct-2020 | ||
INSTALL | 22-Oct-2020 | 200 | |
install-sh | 22-Oct-2020 | 13.7K | |
libspeexdsp/ | 22-Oct-2020 | ||
ltmain.sh | 22-Oct-2020 | 277K | |
m4/ | 22-Oct-2020 | ||
Makefile.am | 22-Oct-2020 | 604 | |
Makefile.in | 22-Oct-2020 | 28K | |
missing | 22-Oct-2020 | 6.7K | |
MODULE_LICENSE_BSD_LIKE | 22-Oct-2020 | 0 | |
NEWS | 22-Oct-2020 | 44 | |
NOTICE | 22-Oct-2020 | 1.7K | |
OWNERS | 22-Oct-2020 | 175 | |
README | 22-Oct-2020 | 129 | |
README.blackfin | 22-Oct-2020 | 726 | |
README.version | 22-Oct-2020 | 104 | |
SpeexDSP.kdevelop | 22-Oct-2020 | 6.4K | |
speexdsp.pc.in | 22-Oct-2020 | 364 | |
SpeexDSP.spec | 22-Oct-2020 | 1.7K | |
SpeexDSP.spec.in | 22-Oct-2020 | 1.7K | |
symbian/ | 22-Oct-2020 | ||
ti/ | 22-Oct-2020 | ||
TODO | 22-Oct-2020 | 792 | |
win32/ | 22-Oct-2020 |
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
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
1 URL: http://downloads.xiph.org/releases/speex/speexdsp-1.2rc3.tar.gz 2 Version: 1.2rc3 3 BugComponent: 1344 4