CreateJS / SoundJS

A Javascript library for working with Audio. It provides a consistent API for loading and playing audio on different browsers and devices. Currently supports WebAudio, HTML5 Audio, Cordova / PhoneGap, and a Flash fallback.
http://createjs.com/
MIT License
4.42k stars 838 forks source link

get current sound playing Time while playing sound #321

Open amit0shakya opened 4 years ago

amit0shakya commented 4 years ago

I try very hard to find how to get current sound position while playing sound, In need to sync javascript animation through sound but I am unable to find current time while playing sound...