Skip to content
Michal Vodička edited this page Nov 7, 2017 · 2 revisions

This section is under the construction.

Audio Unlocking

Gamee-js will effectively unlock AudioContext on mobile platforms. As a game developer you don't have to do anything to make unlocking happen. But you should avoid to cast AudioContext suspend and resume methods. Use AudioNode connect and disconnect instead.

This feature was introduced in V2.0.6