[Webkit-unassigned] [Bug 114923] New: AudioContext's currentTime doesn't start until the first source has been played back on it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 21 13:06:29 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=114923

           Summary: AudioContext's currentTime doesn't start until the
                    first source has been played back on it
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://jsfiddle.net/VxXRa/
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Audio
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ehsan at mozilla.com
                CC: crogers at google.com


See the Blink bug I filed here: http://code.google.com/p/chromium/issues/detail?id=233977

UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:23.0) Gecko/20130417 Firefox/23.0

Example URL:
http://jsfiddle.net/VxXRa/

Steps to reproduce the problem:
See the test case URL.  This test case creates a context, waits for half a second, then initializes a gain value increase from 0 at time 0 to 1 at time 1, and then starts playback.  The current time reported in the first play() call is around 0 but it should be around 0.5, and the computed gain value is wrong as well (it should be around 0.5).  Similarly for the second call to play().

What is the expected behavior?

What went wrong?
See above.

Did this work before? N/A 

Is it a problem with Flash or HTML5? HTML5

Does this work in other browsers? Yes Firefox

Chrome version: 28.0.1478.0 (Official Build 194114) dev  Channel: dev
OS Version: OS X 10.8

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list