UNCONFIRMED 19305
HTML5 <audio>: playback past 'end' position
https://bugs.webkit.org/show_bug.cgi?id=19305
Summary HTML5 <audio>: playback past 'end' position
Markus Walther
Reported 2008-05-29 05:50:11 PDT
Unlike with the 'start' attribute, 'end' position setting seems not to work accurately: audio playback stops approx. 0.4 seconds later, and 'end' values <= 'start' still result in audible sound for approx. 0.4 seconds. Example: <script> var audio = new Audio("sample.wav"); audio.start= 0.873; audio.end = 1.0; audio.play(); </script>
Attachments
Mark Rowe (bdash)
Comment 1 2008-05-30 11:49:17 PDT
Note You need to log in before you can comment on or make changes to this bug.