I am working on my android application project in which I am taking sound from the environment and processing it to remove noise and increase the amplitude of the signal.
For that purpose, I am using this example project for oboe library sample projects. I am getting very low latency. Now I want to know if there is a way to process input to increase the amplitude of the signal and reduce noise as we do in NoiseSuppressor but in a native way.
So important parameter for me is low latency input-output audio. So if I can achieve amplitude gain and noise reduction without adding latency then it will be great. Please kindly let me know your suggestions on this problem. Thank you for reading.