Skip to content

snowlyg/rnnoise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rnnoise

How to use

git clone https://github.com/snowlyg/rnnoise.git --depth=1

cd rnnoise/example
go build -o denoise main.go 

./main 

./denoise origin.wav denoised.wav

build lib

git clone https://github.com/xiph/rnnoise.git --depth=1 src

chmod -R 0777 ./src

cd ./src

./autogen.sh
./configure  
make
make install

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Packages

 
 
 

Contributors