[Webkit-unassigned] [Bug 122560] scriptProcessor Node not working on iOS (Safari/Chrome)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 10 10:41:10 PDT 2013


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


Jer Noble <jer.noble at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME




--- Comment #1 from Jer Noble <jer.noble at apple.com>  2013-10-10 10:39:59 PST ---
iOS Safari has an additional restriction that desktop Safari (and Chrome/Android) do not:

The audio context must be created in response to a user event.

If you restructure your code so that init() is called from within Start_Audio(), the sample works fine.

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