rnnoise icon indicating copy to clipboard operation
rnnoise copied to clipboard

Recurrent neural network for audio noise reduction

Results 148 rnnoise issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying study rnnoise, step by step, however I can't open rnnoise-master/src/denoise_training, any idea how to view the contents of the file?

There are tons of PRs and a lot of issues are unanswered. I think rnnoise is great, but it needs more maintainers and activities to fulfill features implementing these days...

i want to test the effect of rnnoise, but if it only support 48K sample rate, it is not fit for embedded mcu.

The .wav file that I input to rnnoise_demo is 51761, but after denoise, I get the .wav file with length 50880. My guess is they truncate the file to some...

Add a simple `.gitignore` file to prevent build files from getting in the way when using `git status` and other commands.

This PR includes the following changes: * Removed the use of VLA in order to support MSVC that doesn't have implementation for VLA and fixed more issues that occurred during...

Can anyone explain from the pitch filtering from the arxiv related paper, i.e.: "the filtering is performed by computing X(k) + αP(k) and then renormalizing the resulting signal to have...

I ran python3 ./bin2hdf5.py ../src/trainning.f32 0 87 training.h5 at the suggestion of the numpy git maintainer. It seemed to work. I followed that with $ python3 ./rnn_train.py py Using Theano...