Hello everybody.
I've found a bug, in which sounds cannot be stopped sometimes, while playing on Android.
I've tested it on Android 6, on Xperia Z3 and Alcatel Pixi 4.
I'm uncertain what causes this, but I think at certain time frame while they are playing, certain kind of sounds cannot be stopped.
The problem occurs when they are playing in loop. I can stop them fine if they are not looping.
Tried other sounds too with different length, but same bug occured.
This results in a jarring sounds bug where a jumble of sounds playing together because they can't be stopped.
I hope this problem can be fixed. Thank you.
I've included a sample project file. Please try it by broadcasting to an Android phone.
Press screen to start or stop playing sound
In this example project, at the instance where the sound failed to be stopped, I made it so the app will stuck into infinite WHILE-ENDWHILE loop, so further screen press would not do anything.
Please try to press the screen repeatedly, and catch the sound where it cannot be stopped, which is when the bug occurs. Might have to try several times to catch the bug though
Thank you.