New issue
Advanced search Search tips

Issue 743195 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Closed: Jul 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 469639



Sign in to add a comment

Implement AudioWorkletObjectProxy

Project Member Reported by hongchan@chromium.org, Jul 14 2017

Issue description

AudioWorklet needs its own 'ObjectProxy' object in order to the
WebAudio-specific operation like creating AudioWorkletProcessor instance.

1. Implement (expand) ThreadedWorkletObjectProxy for AudioWorklet purpose.
2. Modify ThreadedWorkletMessagingProxy implementation to allow WebAudio
   specific "ObjectProxy" object.

 
Status: WontFix (was: Started)
https://chromium-review.googlesource.com/c/572329/

We decided not to introduce AudioWorkletObjectProxy since AudioWorkletMessagingProxy does the cross-thread communication with AudioWorkletGlobalScope is doable.

Sign in to add a comment