How do you guys handle sounds in your games ?
I first tried using SoundPool, but then I found out it was very unstable .
Now I’m using MediaPlayer (with all sound pre-loaded) , but it seems it takes a lot of memory and it has a little delay . And it also throws a lot of “sound not prepared” or something like that Exception in the console .
Thanks