rnnoise is a noise suppression library based on a recurrent neural network.
This package is known to build and work properly using an LFS 13.1 platform.
Download (HTTP): https://github.com/xiph/rnnoise/releases/download/v0.2/rnnoise-0.2.tar.gz
Download MD5 sum: 0e795b2d2b4730fc5ee6e38b77699e91
Download size: 2.2 MB
Estimated disk space required: 16 MB
Estimated build time: less than 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.