MediaPlayer gives error(-38,0) when playing audio repeats by clicking play button.
I am trying to make an app like musical pad first time it plays OK but when you click multiple times it goes in hang mode and shows error.
MediaPlayer gives error(-38,0) when playing audio repeats by clicking play button. I am trying
Share
the media player buffer is getting full .
Use
SoundPoolinsteadYou can check this link also How to properly use SoundPool on a game?