Luciano Dato 54eb1a1fa6 Move to using git tree instead of a submodule 7 năm trước cách đây
..
doc 54eb1a1fa6 Move to using git tree instead of a submodule 7 năm trước cách đây
examples 54eb1a1fa6 Move to using git tree instead of a submodule 7 năm trước cách đây
include 54eb1a1fa6 Move to using git tree instead of a submodule 7 năm trước cách đây
m4 54eb1a1fa6 Move to using git tree instead of a submodule 7 năm trước cách đây
scripts 54eb1a1fa6 Move to using git tree instead of a submodule 7 năm trước cách đây
src 54eb1a1fa6 Move to using git tree instead of a submodule 7 năm trước cách đây
training 54eb1a1fa6 Move to using git tree instead of a submodule 7 năm trước cách đây
AUTHORS 54eb1a1fa6 Move to using git tree instead of a submodule 7 năm trước cách đây
COPYING 54eb1a1fa6 Move to using git tree instead of a submodule 7 năm trước cách đây
Makefile.am 54eb1a1fa6 Move to using git tree instead of a submodule 7 năm trước cách đây
README 54eb1a1fa6 Move to using git tree instead of a submodule 7 năm trước cách đây
TRAINING 54eb1a1fa6 Move to using git tree instead of a submodule 7 năm trước cách đây
autogen.sh 54eb1a1fa6 Move to using git tree instead of a submodule 7 năm trước cách đây
configure.ac 54eb1a1fa6 Move to using git tree instead of a submodule 7 năm trước cách đây
rnnoise-nu-uninstalled.pc.in 54eb1a1fa6 Move to using git tree instead of a submodule 7 năm trước cách đây
rnnoise-nu.pc.in 54eb1a1fa6 Move to using git tree instead of a submodule 7 năm trước cách đây

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