ngWebAudio
ngWebAudio copied to clipboard
Defer event handlers lookup
Allow:
wa = WebAudio(...)
wa.play()
wa.onPlay = function() {...}
This will not call onPlay() if audio is already buffered. Should callback in next frame.