I am trying to add an audio effect using android.media.audiofx.AudioEffect.
I am successfully able to add “LoudnessEnhancer” to the audio while playing but I also want to save the audio file with effect applied to it,
Is it possible to save the audio file with the audio effect applied?