Hi,
I am using
[lua]
aFreeChannel=audio.findFreeChannel()
audio.play(whoosh,{channel=aFreeChannel,onComplete=Finish})
[/lua]
for an audio file to play. But when I tap the button quickly repeatedly, the audio suddenly drops in volume.
The audio is loaded with audio.loadSound.
It doesn’t matter if I only load the audio once and then play it with audio.play or if I dispose it after each finish and recreate it for each play session.