• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 <noisy speech> <output denoised>
16
17The output is also a 16-bit raw PCM file.
18
19The latest version of the source is available from
20https://gitlab.xiph.org/xiph/rnnoise .  The github repository
21is a convenience copy.
22