DescriptionMove handle of HRTFDatabaseLoader to AudioListener.
Fix regression on specific application.
http://googlechrome.github.io/web-audio-samples/samples/audio/box2d-js/box2d-audio.html
Although a HRTFDatabaseLoader should keep the handle until AudioContext is destroyed,
a panner node tries to create the loader again since being removed the handle
by deref() of AudioNode.
The handle has been moved to AudioListener that is related mostly to keep the handle.
BUG=393751
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178583
Patch Set 1 #
Total comments: 12
Patch Set 2 : Update as review. #
Total comments: 3
Patch Set 3 : Move all HRTF loader functionality to AudioListener. #
Messages
Total messages: 15 (0 generated)
|