• Home
Name Date Size #Lines LOC

..--

doc/03-May-2024-500431

include/03-May-2024-2,4111,451

libspeexdsp/03-May-2024-12,2469,061

m4/03-May-2024-8,6307,772

symbian/03-May-2024-599461

ti/03-May-2024-2,5282,036

win32/03-May-2024-12,05511,008

AUTHORSD03-May-2024502 1913

Android.bpD03-May-20241.4 KiB5751

COPYINGD03-May-20241.7 KiB3630

ChangeLogD03-May-2024802 2215

CleanSpec.mkD03-May-20242.3 KiB521

INSTALLD03-May-2024200 96

MODULE_LICENSE_BSD_LIKED03-May-20240

Makefile.amD03-May-2024604 209

Makefile.inD03-May-202428 KiB887783

NEWSD03-May-202444 21

NOTICED03-May-20241.7 KiB3630

OWNERSD03-May-2024175 65

READMED03-May-2024129 42

README.blackfinD03-May-2024726 2316

README.versionD03-May-2024104 43

SpeexDSP.kdevelopD03-May-20246.4 KiB202201

SpeexDSP.specD03-May-20241.7 KiB6855

SpeexDSP.spec.inD03-May-20241.7 KiB6855

TODOD03-May-2024792 3329

acinclude.m4D03-May-20243.4 KiB10392

aclocal.m4D03-May-202450.4 KiB1,4081,273

compileD03-May-20247.2 KiB348258

config.guessD03-May-202441.9 KiB1,4211,229

config.h.inD03-May-20244.9 KiB194137

config.subD03-May-202434.9 KiB1,7951,657

configureD03-May-2024460.8 KiB16,05213,465

configure.acD03-May-20249.1 KiB363306

depcompD03-May-202423 KiB792502

install-shD03-May-202413.7 KiB528351

ltmain.shD03-May-2024277 KiB9,6627,310

missingD03-May-20246.7 KiB216143

speexdsp.pc.inD03-May-2024364 1613

README

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

README.blackfin

1SpeexDSP has been ported to the Blackfin DSP, for the STAMP development board.
2
3This port has been tested on the STAMP development board and requires the
4toolchain available at http://blackfin.uclinux.org/
5
61/ 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
12The --enable-blackfin-asm option is not required, but it speeds up Speex by
13approximately a factor of two.
14
152/ 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

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