javascript - webkitAudioContext event -


i used "ended" event execute javascript code on end of playback html5 audio.

document.getelementbyid('audio').addeventlistener("ended",function() {  // code }); 

however, needed low latency , decided use lowlag plugin (http://lowlag.alienbill.com/ ), uses webkitaudiocontext webkit browsers.

is possible detect when audio playback has finished webkitaudiocontext?


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -