===AudioManagerAndroid=== This the default (and only) audio system for Android. See RTSimpleApp for a usage example. * Internally uses SoundPool for sfx * Plays .oggs using native hardware if available * SFX's cannot be more than 1 mb in size (?), and you can't have more than 99 loaded at once (?) (limitations of SoundPool)