SoundTouch パッケージはオーディオファイルを取り扱う、オープンソースライブラリです。 サウンドのテンポ、ピッチ、プレイバックレートパラメーターの変更を個別に行うことができます。
本パッケージは LFS-10.0 において正しくビルドでき動作することが確認されています。
ダウンロード (HTTP): https://gitlab.com/soundtouch/soundtouch/-/archive/2.2/soundtouch-2.2.tar.bz2
ダウンロード MD5 sum: 32c6c4461d31a5b42772a035b356dc1f
ダウンロードサイズ: 516 KB
必要ディスク容量: 6.0 MB
概算ビルド時間: 0.1 SBU
ユーザー情報: http://wiki.linuxfromscratch.org/blfs/wiki/soundtouch
以下のコマンドを実行して SoundTouch をビルドします。
The bootstrap command below fails if the ACLOCAL environment variable is set as specified in Xorg-7. If it is used, ACLOCAL needs to be unset for this package and then reset for other packages.
./bootstrap && ./configure --prefix=/usr \ --docdir=/usr/share/doc/soundtouch-2.2 && make
このパッケージにテストスイートはありません。
root
ユーザーになって以下を実行します。
make install
--enable-openmp
: This switch adds
support for running the algorithms in parallel across several
processor cores using OpenMP implementation provided by GCC.
最終更新日: 2020-10-18 03:34:20 +0900