rnnoise icon indicating copy to clipboard operation
rnnoise copied to clipboard

Recurrent neural network for audio noise reduction

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

In the example code "rnnoise_demo", the float output is converted to a short with a simple cast I found by experimentation that the output can be outside of int16 range,...

rnnoise eliminates the speaking voice, is this a problem due to the dataset, or is it due to the neural network,How can I solve this problem?

Hello, I believe that this is a fairly simple question but since I'm very new to ML in general, it still baffles me. I just followed the training instruction and...

When I try to use the provided python script dump_rnn.py to decode the newweights9i.hdf5 model, I found that it can not work well. So I change a lot of it...

Thanks for the great project.! I really get a good inspiration on it. Now I'm trying to convert from 48kHz samplingrate base code to 16kHz sampling rate code. I change...

(Elevated from https://github.com/noisetorch/rnnoise/pull/1) This style of inducing the compiler to produce a x86 trap isn't used anymore, because it's opaque in its meaning, and has been replaced with internals like...

Hello everyone,i want to consult a question。When I use rnnoise to denoise, I use the same model structure, but the noise denoise effect is very different from the official demo....

Thank you for the fantastic work. In _denoise.c_, line 193, should I change the 22 to be NB_BANDS for different NB_BANDS? `out[i] = sum*sqrt(2./NB_BANDS);` My configuration is 10ms per frame,...

Hi, first of all thank you for your amazing work! I've been looking at the code and I am interested in better understanding the feature extraction process. I have some...

which noise data are used in this repo?