Hi,
the mediaplayer is good for playing like one time. In my project (little game) I have to click serval buttons
one after the other. Each time there must be a sound.
Now I use for b4a:
Dim sounds As SoundPool
sounds.Initialize(1)
IDsoundSelectStone = sounds.Load(File.DirAssets,"move6.wav")
where i click the button:
sounds.Play(IDsoundSelectStone,1,1,2,0,1)
With the mediaplayer I must
for every click : play, stop , load the file from asset folder and play. There is a lack of time...that dont work out