SoundEngine
SoundEngine
Kind: global class
Author: Alex Goldring
Copyright: Alex Goldring 11/6/2014
- SoundEngine
- .getCurrentTime() ⇒
number
- .resumeContext() ⇒
Promise.<void>
- .start() ⇒
Promise.<any>
- .getCurrentTime() ⇒
soundEngine.getCurrentTime() ⇒ number
Kind: instance method of SoundEngine
soundEngine.resumeContext() ⇒ Promise.<void>
Audio context needs to be resumed as it is created in suspended state by default
Kind: instance method of SoundEngine
See: https://developers.google.com/web/updates/2017/09/autoplay-policy-changes#webaudio
soundEngine.start() ⇒ Promise.<any>
Kind: instance method of SoundEngine