I'm using mediaplayer to set my volumes. I understand 0.0f is silent and 1.0f is full volume. Is there any way I can get the music to play louder than it's 100% volume programmatically?
mPlayer.setVolume(2.0f, 2.0f);
Seems to just keep it still at 1.0f volume