Android Soundpool error

  • Replies:2
John Lim
  • Forum posts: 2

Mar 23, 2015, 8:12:45 PM via Website

I'm new to android development, please help guys, THANKS!

all detail in here:
stackoverflow.com/questions/29199164/android-soundpool-error

Reply
Hansi
  • Forum posts: 14

Jun 30, 2015, 7:35:25 PM via Website

hello

soundpool.load
soundpool,play
soundpool.release
sp4 = new SoundPool(1, AudioManager.STREAM_MUSIC, 0);

soundpool.load
soundpool,play
soundpool.release
sp4 = new SoundPool(1, AudioManager.STREAM_MUSIC, 0);

this is my trick .

Or Mediaplayer .

Reply
Hansi
  • Forum posts: 14

Jun 30, 2015, 7:36:09 PM via Website

sp4 is my soundpool:-)

Reply