Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.blackfin - github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5923e864567ce75efcc9f2f57f407e0c40f7280f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Speex has been ported to the Blackfin DSP, for the STAMP development board.

This port has been tested on the STAMP development board and requires the 
toolchain available at http://blackfin.uclinux.org/

1/ In order to cross-compile for uClinux from the Speex tarball:

  ./configure --enable-blackfin-asm --enable-fixed-point --host=bfin-uclinux
  cd libspeex
  make

The --enable-blackfin-asm option is not required, but it speeds up Speex by
approximately a factor of two.

2/ In order to cross-compile for uClinux from the Speex Git:

  git clone git://git.xiph.org/speex.git
  cd speex
  ./autogen.sh --enable-blackfin-asm --enable-fixed-point --host=bfin-uclinux
  cd libspeex
  make