rnnoise is a noise suppression library based on a recurrent neural network.
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://github.com/xiph/rnnoise/releases/download/v0.2/rnnoise-0.2.tar.gz
MD5 校验和:0e795b2d2b4730fc5ee6e38b77699e91
大小:2.2 MB
预计所需磁盘空间:16 MB
预计构建时间:小于 0.1 SBU
Install rnnoise by running the following commands:
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/rnnoise-0.2 &&
make
This package does not come with a test suite.
Now, as the root user:
make install
--disable-static: This
switch prevents installation of static versions of the libraries.