A JavaScript Sound API supporting MP3, MPEG4 and HTML5 audio + RTMP, providing reliable cross-browser/platform audio control in as little as 12 KB. BSD licensed.
Hi,
When there are several sounds with same URL, setPosition(int) returns: setPosition(int): Cannot seek yet, sound not ready when trying to start then setPosition() on a sound, except for the last one which works correctly.
jsFiddle
Hi, When there are several sounds with same URL, setPosition(int) returns:
setPosition(int): Cannot seek yet, sound not ready
when trying to start then setPosition() on a sound, except for the last one which works correctly. jsFiddleMaybe it's linked to this issue.
Tested with the last version (V2.97a.20170601). This behaviour didn't appear with the old version I used before (V2.97a.20131201)