Noise reduction?

Hi

In ny JUCE gui real time audio DSP app that uses JUCE audio system, I would like to add some kind noise redukcion, e.g. Wiener filter or AI.

Can someone recommend algorithms or libs that I can use for that purpose ?


Eigil

Disclaimer: I am new to JUCE and to DSP.

I have found rnnoise: GitHub - xiph/rnnoise: Recurrent neural network for audio noise reduction
I’ve seen it used by easyeffects.

However easyeffects is not JUCE, so you will probably need to write a wrapper by yourself, similar to easyeffects: easyeffects/rnnoise.cpp at master · wwmm/easyeffects · GitHub