• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H30-Jun-2018-

examples/H30-Jun-2018-

include/H30-Jun-2018-

m4/H30-Jun-2018-

src/H30-Jun-2018-

training/H30-Jun-2018-

AUTHORSH A D30-Jun-201837

COPYINGH A D30-Jun-20181.5 KiB

Makefile.amH A D30-Jun-20183.6 KiB

READMEH A D30-Jun-2018446

autogen.shH A D30-Jun-2018227

configure.acH A D30-Jun-20183.7 KiB

rnnoise-uninstalled.pc.inH A D30-Jun-2018320

rnnoise.pc.inH A D30-Jun-2018293

update_versionH A D30-Jun-20182.3 KiB

README

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