ngWebAudio icon indicating copy to clipboard operation
ngWebAudio copied to clipboard

Defer event handlers lookup

Open nehz opened this issue 10 years ago • 0 comments

Allow:

wa = WebAudio(...)
wa.play()
wa.onPlay = function() {...}

This will not call onPlay() if audio is already buffered. Should callback in next frame.

nehz avatar Jan 30 '16 10:01 nehz