I have a set of midi guitar sound, and I use soundpool to play as 12 strings like strumming. It plays well initially, and then the sound start missing. I check on the logcat and saw the below error messages
SoundPool Error creating Audio Track AudioTrack Audio Fliger could not create track, status: -12
I search through stackoverlflow and found http://www.anddev.org/multimedia-problems-f28/soundpool-crashing-with-could-not-create-track-t17028.html#p52455 and SoundPool: Error creating AudioTrack. I wonder if I should get myself a tool that convert the midi sound to ogg format as one of the attempt of trying to solve this problem? Is playing midi through the soundpool not preferred compared to ogg?