Skip to content

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

Notifications You must be signed in to change notification settings

GordonHuangYong/rnnoise

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 

Repository files navigation

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

To compile, just use CMake.

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 61.7%
  • C 38.3%