You should report bugs in the Audio plugin if you find any. Ideally it will work fine for everyone everywhere and no alternatives will be necessary.
Ashley
Reporting just bug wont help a lot because it can be summarized in very simple sentence.
"When music is loading if you tap screen constantly it will start playing few times in a row overlapping itself even 20 or more times"
I seriously think that most reasonable thing to do would be to maybe make a movie how that is happening because literally there is nothing wrong in my project. It is reproducable with any construct2 game always on ios. Not sure about android but it maybe work fine there.
I did partially work around this problem by:
1. preloading music
2. playing it muted.
3. waiting around 10 seconds so music can bug really, really hard and play like 50 times in background but it isnt heard because audio is muted
4. stopping audio track. Or more accurately saying it stops 50 copies of same track.
5. unmuting
6. playing track. It will play once now.
On top of that im waiting with preloading for first touch of screen because if i dont it bugs out in some other way.
Audio plugin is just broken.