Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android

Muhammad Arafat
Muhammad Arafat
5,677 Points

Recording Audio Levels on Different Android Devices

Hi Everyone,

I have been doing iOS for almost two years, and just few days ago started android.

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

I haven't worked with audio recording but I've had issues with Samsungs before. Have you tried two non-Samsung devices?