readme.blackfin

来自「speex 1.1.12 编码 稳定版本」· BLACKFIN 代码 · 共 18 行

BLACKFIN
18
字号
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/In order to cross-compile for uclinux:export CC=bfin-uclinux-gcc./configure --enable-blackfin-asm --enable-fixed-point --host=bfin-uclinuxmakemake installThe --enable-blackfin-asm option is not required, but it speeds up Speex byapproximately a factor of two.If you're getting a crash when enabling --enable-blackfin-asm then yourtoolchain (assembler in fact) is probably too old (a bug was fixed in theJune 3rd build)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?