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.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://downloads.xiph.org/releases/speex/speex-1.2.1.tar.gz
ダウンロード MD5 sum: fe7bf610883ff202092b92c72fe0fe3e
ダウンロードサイズ: 1020 KB
必要ディスク容量: 7.8 MB
概算ビルド時間: 0.1 SBU 以下
ダウンロード (HTTP): https://downloads.xiph.org/releases/speex/speexdsp-1.2.1.tar.gz
ダウンロード MD5 sum: e6eb5ddef743a362c8018f260b91dca5
ダウンロードサイズ: 904 KB
必要ディスク容量: 5.5 MB
概算ビルド時間: 0.1 SBU 以下
This package consists of two separate tarballs. They need to be extracted and built independently.
以下のコマンドを実行して Speex をビルドします。
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/speex-1.2.1 &&
make
このパッケージにテストスイートはありません。
root ユーザーになって以下を実行します。
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
再度 root ユーザーになって以下を実行します。
make install
--disable-static:
このスイッチはスタティックライブラリをインストールしないようにします。