• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

doc/23-Nov-2023-500431

include/23-Nov-2023-2,4111,451

libspeexdsp/23-Nov-2023-12,2469,061

m4/23-Nov-2023-8,6307,772

symbian/23-Nov-2023-599461

ti/23-Nov-2023-2,5282,036

win32/23-Nov-2023-12,05511,008

AUTHORSD23-Nov-2023502 1913

Android.bpD23-Nov-20232.7 KiB9788

COPYINGD23-Nov-20231.7 KiB3630

ChangeLogD23-Nov-2023802 2215

CleanSpec.mkD23-Nov-20232.3 KiB521

INSTALLD23-Nov-2023200 96

METADATAD23-Nov-202339 43

MODULE_LICENSE_BSD_LIKED23-Nov-20230

Makefile.amD23-Nov-2023604 209

Makefile.inD23-Nov-202328 KiB887783

NEWSD23-Nov-202344 21

NOTICED23-Nov-20231.7 KiB3630

OWNERSD23-Nov-2023175 65

READMED23-Nov-2023129 42

README.blackfinD23-Nov-2023726 2316

README.versionD23-Nov-2023104 43

SpeexDSP.kdevelopD23-Nov-20236.4 KiB202201

SpeexDSP.specD23-Nov-20231.7 KiB6855

SpeexDSP.spec.inD23-Nov-20231.7 KiB6855

TODOD23-Nov-2023792 3329

acinclude.m4D23-Nov-20233.4 KiB10392

aclocal.m4D23-Nov-202350.4 KiB1,4081,273

compileD23-Nov-20237.2 KiB348258

config.guessD23-Nov-202341.9 KiB1,4211,229

config.h.inD23-Nov-20234.9 KiB194137

config.subD23-Nov-202334.9 KiB1,7951,657

configureD23-Nov-2023460.8 KiB16,05213,465

configure.acD23-Nov-20239.1 KiB363306

depcompD23-Nov-202323 KiB792502

install-shD23-Nov-202313.7 KiB528351

ltmain.shD23-Nov-2023277 KiB9,6627,310

missingD23-Nov-20236.7 KiB216143

speexdsp.pc.inD23-Nov-2023364 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