Speex is an audio compression format designed specifically for speech. It is well-adapted to internet applications and provides useful features that are not present in most other CODECs.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://downloads.xiph.org/releases/speex/speex-1.2.1.tar.gz
MD5 校验和:fe7bf610883ff202092b92c72fe0fe3e
大小:1020 KB
预计所需磁盘空间:7.8 MB
预计构建时间:小于 0.1 SBU
下载地址(HTTP):https://downloads.xiph.org/releases/speex/speexdsp-1.2.1.tar.gz
MD5 校验和:e6eb5ddef743a362c8018f260b91dca5
大小:904 KB
预计所需磁盘空间:5.5 MB
预计构建时间:小于 0.1 SBU
This package consists of two separate tarballs. They need to be extracted and built independently.
Install Speex by running the following commands:
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/speex-1.2.1 &&
make
This package does not come with a test suite.
As the root user:
make install
Now extract and install the speexdsp package:
cd .. &&
tar -xf speexdsp-1.2.1.tar.gz &&
cd speexdsp-1.2.1 &&
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/speexdsp-1.2.1 &&
make
Again, as the root user:
make install
--disable-static: This
switch prevents installation of static versions of the libraries.