3
votes
1answer
371 views

What are the requirements for a sound file in android?

I am creating a game in Android and eventually I am going to outsource the sound effects. I have a few place holder sounds for testing and I have noticed a problem. I have an OGG sound file which ...
5
votes
2answers
306 views

Playing Sounds and removing instances once they have played — Android

I am playing sounds in my application I have the following code sounds = new HashMap<String, MediaPlayer>(); Then when guys are created on screen they are given a sound. ...