I am trying to put together a voice recording app, and I noticed a huge discrepancies in the audio samples levels returned by the AudioRecord when the same code is run on different devices (tried with LG G4, Samsung S4). Just FYI, I am targeting API Level 21.
Is there a way to make the returned values on different devices fall roughly within the same range?
Thanks