Reduce memory usage of PannerNode when not using HRTF panner model. |
||
Issue descriptionCurrently, when a PannerNode is created, the HRTF database is loaded, even if the user never selects the HRTF panning model. (Default is equalpower.) According to https://codereview.chromium.org/176683003/, this uses 30MB of memory, which is quite a lot for a mobile device. Fortunately, this is shared between all PannerNodes in the graph. Consider creating the database only when the user selects the HRTF panner.
,
Jul 25 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jul 23 2016