[Webkit-unassigned] [Bug 130000] New: AudioBufferSourceNode stop attribute shouldn't throw exception in finished state

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 9 21:41:10 PDT 2014


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

           Summary: AudioBufferSourceNode stop attribute shouldn't throw
                    exception in finished state
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Audio
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: praveen.j at samsung.com
                CC: crogers at google.com, dev_sachin at yahoo.com


AudioBufferSourceNode may go to FINISHED_STATE even before stop method is called. AudioBufferSource will render silence if data is played completely and is not looping. In these cases, finish() is called which sets source node to FINISHED_STATE without waiting for stop call. A call to "stop" method after this shouldn't throw exception. This issue can be observed in http://www.kiddnation.com/wp-content/themes/kiddnation/flappyalfinal/

-- 
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