Luciano Dato 54eb1a1fa6 Move to using git tree instead of a submodule 7 anos atrás
..
doc 54eb1a1fa6 Move to using git tree instead of a submodule 7 anos atrás
examples 54eb1a1fa6 Move to using git tree instead of a submodule 7 anos atrás
include 54eb1a1fa6 Move to using git tree instead of a submodule 7 anos atrás
m4 54eb1a1fa6 Move to using git tree instead of a submodule 7 anos atrás
scripts 54eb1a1fa6 Move to using git tree instead of a submodule 7 anos atrás
src 54eb1a1fa6 Move to using git tree instead of a submodule 7 anos atrás
training 54eb1a1fa6 Move to using git tree instead of a submodule 7 anos atrás
AUTHORS 54eb1a1fa6 Move to using git tree instead of a submodule 7 anos atrás
COPYING 54eb1a1fa6 Move to using git tree instead of a submodule 7 anos atrás
Makefile.am 54eb1a1fa6 Move to using git tree instead of a submodule 7 anos atrás
README 54eb1a1fa6 Move to using git tree instead of a submodule 7 anos atrás
TRAINING 54eb1a1fa6 Move to using git tree instead of a submodule 7 anos atrás
autogen.sh 54eb1a1fa6 Move to using git tree instead of a submodule 7 anos atrás
configure.ac 54eb1a1fa6 Move to using git tree instead of a submodule 7 anos atrás
rnnoise-nu-uninstalled.pc.in 54eb1a1fa6 Move to using git tree instead of a submodule 7 anos atrás
rnnoise-nu.pc.in 54eb1a1fa6 Move to using git tree instead of a submodule 7 anos atrás

README

RNNoise is a noise suppression library based on a recurrent neural network.
RNNoise-nu is a modified version of RNNoise aimed to be a bit more general
purpose.

To compile, just type:
% autoreconf -i
% ./configure
% make

Optionally:
% make install

While it is meant to be used as a library, a simple command-line tool is
provided as an example. It operates on RAW 16-bit (machine endian) mono
PCM files sampled at 48 kHz. It can be used as:

./examples/rnnoise_demo [model to use] < input.raw > output.raw

The output is also a 16-bit raw PCM file.

For information on the neural network models available, see
https://github.com/GregorR/rnnoise-models