SoundPool: Error creating AudioTrack
I am having a problem With SoundPool as it refuses to work with my .ogg files. I am getting this error: AudioFlinger could not create track, status: -12 Error creating AudioTrack I've found a thread concerning this and the (possible) answer is: Make sure you use .ogg media files with constant bitrate! Is this the case? (someone please confirm or cancel) If yes - which application to use (Audacity doesn't support .ogg custom export settings). If not - what else could be wrong? As a side note - before I used MediaPlayer but now I want to play a few sounds parallel. MAJOR EDIT: FOUND A WAY TO FIX