Hi,
I have:
final MediaPlayer mp = MediaPlayer.create(this, R.raw.popping_sound_effect);
When I play the sound file it is how I want it to be, but when I run the app and making the MediaPlayer play the sound is different, it is the correct sound but it is much deeper for some reason?
Thanks.