eece-23 / rnnoise

Recurrent neural network for audio noise reduction (all sample rate support)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RNNoise is a noise suppression library based on a recurrent neural network
 - ref: https://github.com/xiph/rnnoise

To compile, just use Visual C++.

While it is meant to be used as a library, a simple command-line tool is
provided as an example. It operates on wav mono files. It can be used as:

./src/rnnoise_demo input.wav

the output filename is "input_out.wav"

About

Recurrent neural network for audio noise reduction (all sample rate support)


Languages

Language:C++ 90.2%Language:C# 7.3%Language:C 2.6%