Hi. I'm debugging using my cell. I want to play a simple sound, but this is just getting me silence:
Note the msgbox lines are commented out.
I tried soundpool in a different app and it seemed to work when I had msgboxes but stopped when I didn't.
Thoughts?
B4X:
Dim LoadID As Int
Dim NewLoad As Int
LoadID=sp.Load(File.DirAssets,"Ring06.wav")
'MsgboxAsync(LoadID,"LoadID")
NewLoad=sp.Play(LoadID,1,1,1,1,1)
'MsgboxAsync(NewLoad,"NewLoad")
Note the msgbox lines are commented out.
I tried soundpool in a different app and it seemed to work when I had msgboxes but stopped when I didn't.
Thoughts?