You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The sound manager is responsible for playing back audio via Web Audio API or HTML Audio tag as fallback.
12
+
* The audio file type and the encoding of those files are extremely important.
13
+
* Not all browsers can play all audio formats.
14
+
* There is a good guide to what's supported [here](https://developer.mozilla.org/en-US/Apps/Fundamentals/Audio_and_video_delivery/Cross-browser_audio_basics#Audio_Codec_Support).
15
+
*
16
+
* @class Phaser.Sound.BaseSoundManager
17
+
* @constructor
18
+
* @param {Phaser.Game} game - Reference to the current game instance.
0 commit comments