Move BaseAudioContext code to AudioContext where possible |
||
Issue descriptionA 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.
,
Oct 5
|
||
►
Sign in to add a comment |
||
Comment 1 by rtoy@chromium.org
, Sep 21Status: Started (was: Available)