rnnoise
rnnoise copied to clipboard
Recurrent neural network for audio noise reduction
Thanks for this great work over this library. I've decided to add CMake support for rnnoise and introduce CI/CD build setup for the project, since it seems to be convenient...
by changing the the frame size from 480 to 160 and not changing anything else the code is not working. there is some memory issues? What are the respective changes...
Firstly, thank you for updating the rnnoise, Now I can convert the model to rnnoise_data.c by using dump_rnnoise_weights.py, I want to konw how to convert the model to rnnoise_data_little.c
optimized sparse_cgemv8x4 for improve performance
Why RNNoise uses 48khz and not 8 or 16kHz, which are good enough for speech?
Hi, has anyone managed to put rnnoise in a max external? Or could it be done at all?
Hey! I want to thank you for the amazing library! I just want to confirm: I found a 6 GB model on your site (https://jmvalin.ca/demo/rnnoise/). Should I download it and...
when emulating avx for non-avx targets, the `_m256i` type is being typedef'd, however, this type is defined in `avxintrin.h` which is only included via `immintrin.h` if avx is enabled. I've...
I want to update the FRAME SIZE TO 160 anf PITCH frame size to 320?
Hi All, I use rrnoise in my [SDR application](url=SDR-Radio.com), has to run with low latency. At present I just let it do its own thing, results are good. However, I...