[Webkit-unassigned] [Bug 191978] New: webkitOfflineAudioContext never fires any of its events
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Nov 26 12:39:42 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=191978
Bug ID: 191978
Summary: webkitOfflineAudioContext never fires any of its
events
Product: WebKit
Version: Safari 12
Hardware: iPhone / iPad
OS: iOS 12
Status: NEW
Severity: Normal
Priority: P2
Component: Web Audio
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ae at seven.systems
I'm in the process of implementing the "Mixdown" feature in my WebAudio based DAW (Digital Audio Workstation). However, I've hit a roadblock: webkitOfflineAudioContext seems to be initialized correctly with the correct arguments, nodes created, events queued for the nodes etc... however, after calling .startRendering, NONE of the events listed on MDN ever get fired. No 'complete' event, no 'ended' event, nothing... also assigning .oncomplete = function()..., the function never gets called. I'm almost sure this is a bug because I can't see what I might be doing wrong.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181126/0a78f3de/attachment.html>
More information about the webkit-unassigned
mailing list