|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| doc/ | | 03-May-2024 | - | 500 | 431 |
| include/ | | 03-May-2024 | - | 2,411 | 1,451 |
| libspeexdsp/ | | 03-May-2024 | - | 12,246 | 9,061 |
| m4/ | | 03-May-2024 | - | 8,630 | 7,772 |
| symbian/ | | 03-May-2024 | - | 599 | 461 |
| ti/ | | 03-May-2024 | - | 2,528 | 2,036 |
| win32/ | | 03-May-2024 | - | 12,055 | 11,008 |
| AUTHORS | D | 03-May-2024 | 502 | 19 | 13 |
| Android.bp | D | 03-May-2024 | 1.4 KiB | 57 | 51 |
| COPYING | D | 03-May-2024 | 1.7 KiB | 36 | 30 |
| ChangeLog | D | 03-May-2024 | 802 | 22 | 15 |
| CleanSpec.mk | D | 03-May-2024 | 2.3 KiB | 52 | 1 |
| INSTALL | D | 03-May-2024 | 200 | 9 | 6 |
| MODULE_LICENSE_BSD_LIKE | D | 03-May-2024 | 0 | | |
| Makefile.am | D | 03-May-2024 | 604 | 20 | 9 |
| Makefile.in | D | 03-May-2024 | 28 KiB | 887 | 783 |
| NEWS | D | 03-May-2024 | 44 | 2 | 1 |
| NOTICE | D | 03-May-2024 | 1.7 KiB | 36 | 30 |
| OWNERS | D | 03-May-2024 | 175 | 6 | 5 |
| README | D | 03-May-2024 | 129 | 4 | 2 |
| README.blackfin | D | 03-May-2024 | 726 | 23 | 16 |
| README.version | D | 03-May-2024 | 104 | 4 | 3 |
| SpeexDSP.kdevelop | D | 03-May-2024 | 6.4 KiB | 202 | 201 |
| SpeexDSP.spec | D | 03-May-2024 | 1.7 KiB | 68 | 55 |
| SpeexDSP.spec.in | D | 03-May-2024 | 1.7 KiB | 68 | 55 |
| TODO | D | 03-May-2024 | 792 | 33 | 29 |
| acinclude.m4 | D | 03-May-2024 | 3.4 KiB | 103 | 92 |
| aclocal.m4 | D | 03-May-2024 | 50.4 KiB | 1,408 | 1,273 |
| compile | D | 03-May-2024 | 7.2 KiB | 348 | 258 |
| config.guess | D | 03-May-2024 | 41.9 KiB | 1,421 | 1,229 |
| config.h.in | D | 03-May-2024 | 4.9 KiB | 194 | 137 |
| config.sub | D | 03-May-2024 | 34.9 KiB | 1,795 | 1,657 |
| configure | D | 03-May-2024 | 460.8 KiB | 16,052 | 13,465 |
| configure.ac | D | 03-May-2024 | 9.1 KiB | 363 | 306 |
| depcomp | D | 03-May-2024 | 23 KiB | 792 | 502 |
| install-sh | D | 03-May-2024 | 13.7 KiB | 528 | 351 |
| ltmain.sh | D | 03-May-2024 | 277 KiB | 9,662 | 7,310 |
| missing | D | 03-May-2024 | 6.7 KiB | 216 | 143 |
| speexdsp.pc.in | D | 03-May-2024 | 364 | 16 | 13 |
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