I'm using MediaPlayer to play a song I have in my raw folder
mPlayer = MediaPlayer.create(this, R.raw.song1;);
mPlayer.start();
Is there a way I can visually see the volume levels as the song is playing? So something like this, but it can be very basic so I can tell when the song is loud or not