pixi-audio icon indicating copy to clipboard operation
pixi-audio copied to clipboard

issue with completed audios resume on resume() call

Open jeff-gold-marblemedia opened this issue 8 years ago • 0 comments

I unminified the code and fixed the issue for my needs, but when you have played sounds previously they start again when resume is called even though they are not playing.

for my fix i just added a check to see if it was playing before pausing / resuming if (this.sounds[i].playing) this.sounds[i].paused = e

jeff-gold-marblemedia avatar Sep 30 '16 19:09 jeff-gold-marblemedia