1RNNoise is a noise suppression library based on a recurrent neural network
2
3To compile, just type:
4% ./autogen.sh
5% ./configure
6% make
7
8Optionally:
9% make install
10
11While it is meant to be used as a library, a simple command-line tool is
12provided as an example. It operates on RAW 16-bit (machine endian) mono
13PCM files sampled at 48 kHz. It can be used as:
14
15./examples/rnnoise_demo input.pcm output.pcm
16
17The output is also a 16-bit raw PCM file.
18