You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the latest Chrome update, opus-media-recorder (with default options) no longer works. On at least five different devices with different operating systems we get the following error:
OpusMediaRecorder.js:227 Uncaught DOMException: Failed to execute 'postMessage' on 'Worker': ArrayBuffer at index 0 is already detached.
at EventTarget._postMessageToWorker (webpack:///./node_modules/opus-media-recorder/OpusMediaRecorder.js?:227:21)
at ScriptProcessorNode.processor.onaudioprocess (webpack:///./node_modules/opus-media-recorder/OpusMediaRecorder.js?:336:12)
_postMessageToWorker @ OpusMediaRecorder.js:227
processor.onaudioprocess @ OpusMediaRecorder.js:336
One week ago everything was working fine. As a workaround, we use Firefox for now. Is this fixable? I understand that ScriptProcessorNode was deprecated, could that be the issue?
The text was updated successfully, but these errors were encountered:
ekuiter
added a commit
to ekuiter/virtual-choir
that referenced
this issue
May 30, 2020
Since the latest Chrome update, opus-media-recorder (with default options) no longer works. On at least five different devices with different operating systems we get the following error:
One week ago everything was working fine. As a workaround, we use Firefox for now. Is this fixable? I understand that
ScriptProcessorNode
was deprecated, could that be the issue?The text was updated successfully, but these errors were encountered: