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

I downloaded training data from https://media.xiph.org/rnnoise/data/tts_speech_48k.sw and I got a file named tts_speech_48k.sw. What is the sw file and how can I handle it?

hello,I glad to obtain the amazing rnnoise lib,it is very suitable for me. now i want to training the "little" model ,just like the "little" model provided with half as...

RNNoise is highly valuable for mobile apps, but the current repo lacks Android integration support. To make it production-ready for Android developers, please consider adding: - Official `.so` builds for...

Does it support Chinese? Yes or no. If it doesn't support, how can it be made to support?

## Summary Fixed some issues when `USE_WEIGHTS_FILE` Flag is enabled. ## Description - When `USE_WEIGHTS_FILE` Flag is enabled, `rnnoise_data.c` which has huge huge lines is not used for compile program....

Using the latest main branch example to process an audio containing human voices, it was found that the volume of some of the voices had been reduced [origin audio](http://qiniu.myanycon.com/pcm/2018/05/06/06/31/original.wav) [denoise...

Excuse me, I know that rnnoise10Ga_12.pth and rnnoise10Gb_15.pth in the models directory are two usable models. What are the details of their parameters? What are the differences between them? Thank...

Hello. I try to build latest rnnoise to web assembly (based on [https://github.com/wegylexy/rnnoise_wasm](https://github.com/wegylexy/rnnoise_wasm)) with following script: ``` emcc \ -s ENVIRONMENT=worker \ -s TOTAL_STACK=32mb \ -s TOTAL_MEMORY=64MB \ -g0 -O3...

I was very interested in the training of this model, and I tried to retrain it according to the readme, but I was confused. - Where did `speech.pcm background_noise.pcm foreground_noise.pcm`...

In process of installation of this tool i have issue with compiling. To fix it on clean installation of Ubuntu 24.04 LTS you need to do: sudo apt install libtool