Tagged Questions
1
vote
0answers
159 views
Error playing audio file from sdcard
guys i am using soundpool to play audio file from sdcard below is my code:
sound1 = mSoundPool.load(source_path, 5);
hand1.postDelayed(new Runnable() {
public ...