Skip to content

athenasaurav/rnnoise-colab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RNNoise is a noise suppression library based on a recurrent neural network

Open 3DPhotoInpainting in Colab

Quick Demo application

While it is meant to be used as a library, a simple command-line tool is provided as an example. Here is a Colab Demo to Convert Raw Noised Audio to Cleaned Audio.

build librnnoise & rnnoise_demo with CMake

# mkdir build
# cd build
# cmake ..
# make

It operates on wav and mp3 files, which can be used as:

# ./rnnoise_demo input.wav
# ./rnnoise_demo input.mp3

the output filename is "input_out.wav" or:

specify the output filename

# ./rnnoise_demo input.wav output.wav
# ./rnnoise_demo input.mp3 output.wav

References and Resources:

License

This work is licensed under MIT License. See LICENSE for details.

Donating

If you found this project useful, consider buying me a coffee

Buy Me A Coffee

About

No description, website, or topics provided.

Resources

License

MIT, BSD-3-Clause licenses found

Licenses found

MIT
LICENSE
BSD-3-Clause
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published