rpvelloso/libjukebox

Looping Sound does not play() again after .stop()

Closed this issue · 0 comments

you can reproduce it with a small wav file. play it with looping, wait it to be looped and then use .stop() and .play() afterwards

it won't play again even using loop(true)