New issue
Advanced search Search tips

Issue 872412 link

Starred by 3 users

Issue metadata

Status: Started
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 854228



Sign in to add a comment

Move BaseAudioContext code to AudioContext where possible

Project Member Reported by rtoy@chromium.org, Aug 8

Issue description

A large part of the code in base_audio_context.cc is only used for an AudioContext.  An OfflineAudioContext has its own version of many things.  Thus, we can probably move a lot of the code to AudioContext.

Possibly make the common methods be virtual in BaseAudioContext and implemented in AudioContext and OfflineAudioContext.
 
Owner: rtoy@chromium.org
Status: Started (was: Available)
Blocking: 854228

Sign in to add a comment