[android-developers] soundpool looping problem

2012-06-10 Thread krishna kumar
package my.app.exp5; import java.util.HashMap; import android.content.Context; import android.media.AudioManager; import android.media.SoundPool; import android.util.Log; public class SoundEffects { public boolean released=false; protected Context context; private SoundPool soundPool

[android-developers] soundpool looping problem

2012-06-05 Thread krishna kumar
All sounds play fine as long as they are not set to looping. When i set looping (set as -1) then the sound play one time only then stop aging not playing why ...please help me mStream1= mSoundPool.play(streamid, 1, 1, 0, -1, 1f); -- You received this message because you are subs