IonDen/ion.sound

Stop loop

rgbjoy opened this issue · 5 comments

There's no way to stop the loop on a sound after you've played it as one. After you've tried to play it again...

For example:

ion.sound.play(snd, {loop: true});
ion.sound.stop(snd);
ion.sound.play(snd, {loop: false});

snd will continue to loop.

Hi, i will check this.

Fixed in 3.0.5

this bug still reproduced in 3.0.7 sometimes

looks like problem solved in this pull request #88

Thanks for finding this issue.

Problem still persist even with pull request #88