Skip to content

Recurrent neural network for audio noise reduction

License

Notifications You must be signed in to change notification settings

bennetthardwick/nnnoiseless

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nnnoiseless

Rust docs

nnnoiseless is a rust crate for suppressing audio noise. It is a (safe) rust port of the RNNoise C library, and is based on a recurrent neural network.

While nnnoiseless is meant to be used as a library, a simple command-line tool is provided as an example. It operates on RAW 16-bit little-endian mono PCM files sampled at 48 kHz. It can be used as:

cargo run --release --example rnnoise_demo INPUT.raw OUTPUT.raw

The output is also a 16-bit raw PCM file.

About

Recurrent neural network for audio noise reduction

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Rust 99.5%
  • Other 0.5%