I'm using Audio library 1.3 and setting up sounds like LoadDing=SP.Load(File.DirAssets,"Ding.wav") and SP.initialize(4).
I play sounds with commands like PlayDing=SP.Play(LoadDing,1,1,1,0,1).
This works as expected (plays once) with any emulator or tablet. On a Samsung Galaxy all sounds are played twice. I've also been told that sounds repeat forever on other Smartphones.
How can I make it work for any Android phone?
I play sounds with commands like PlayDing=SP.Play(LoadDing,1,1,1,0,1).
This works as expected (plays once) with any emulator or tablet. On a Samsung Galaxy all sounds are played twice. I've also been told that sounds repeat forever on other Smartphones.
How can I make it work for any Android phone?