igorski / MWEngine

Audio engine and DSP library for Android, written in C++ providing low latency performance within a musical context, while providing a Java/Kotlin API. Supports both OpenSL and AAudio.
MIT License
257 stars 45 forks source link

Is there any processor for noise reduction? #172

Open YogarajRamesh opened 1 year ago

YogarajRamesh commented 1 year ago

Hi @igorski

   I am trying to reduce a background noise(like fan and other ) while recording by using lowpass filter processor, By doing this I can eliminate noise by 75% but Voice is completely changed. Is their any other options or processor to reduce the noise without changing original voice.

Thanks in advance