rnnoise-0.2

Introduction to rnnoise

rnnoise is a noise suppression library based on a recurrent neural network.

[Note]

Note

This package is known to build and work properly using an LFS 13.1 platform.

Package Information

Installation of rnnoise

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

Command Explanations

--disable-static: This switch prevents installation of static versions of the libraries.

Contents

Installed Program: None
Installed Library: rnnoise.so
Installed Directories: /usr/share/doc/rnnoise-0.2